Mercurial > hg > xemacs-beta
annotate man/ChangeLog @ 5757:6c2aa9851f5e r21-5-34 r21-5-latest-beta
XEmacs 21.5.34 "kale" is released.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Mon, 24 Jun 2013 02:08:02 +0900 |
parents | d11efddf3617 |
children | a1f281776176 |
rev | line source |
---|---|
5757
6c2aa9851f5e
XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5741
diff
changeset
|
1 2013-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
6c2aa9851f5e
XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5741
diff
changeset
|
2 |
6c2aa9851f5e
XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5741
diff
changeset
|
3 * XEmacs 21.5.34 "kale" is released. |
6c2aa9851f5e
XEmacs 21.5.34 "kale" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5741
diff
changeset
|
4 |
5741
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
5 2013-06-19 Jerry James <james@xemacs.org> |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
6 |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
7 * beta.texi: Move "@end info" to its own line. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
8 * lispref/edebug-inc.texi (Instrumenting Macro Calls): "@table |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
9 @bullet" is not supported by texinfo 5.x; use "@table @asis" |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
10 instead, since each table entry has a label already. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
11 * lispref/packaging.texi (Makefile Targets): Use @section instead |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
12 of @subsection inside a @chapter. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
13 * texinfo.tex: Update to new version that is known to work with |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
14 texinfo 5.x. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
15 * texinfo/texinfo.texi (documentencoding): @itemx must always |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
16 follow an @item. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
17 * widget.texi: Sync with the Emacs 24.3 version. Change all |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
18 @section to @chapter, and all @subsection to @section. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
19 * xemacs-faq.texi (11.0: The XEmacs repositories): Add |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
20 @unnumberedsec entry to contain the @unnumberedsubsec for each |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
21 question. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
22 (11.1: Working with CVS): Ditto. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
23 (11.2: Working with Mercurial): Ditto. |
d11efddf3617
Fix texinfo constructs that are rejected by texinfo 5.x. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
5739
diff
changeset
|
24 |
5739
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
25 2013-06-17 Jerry James <james@xemacs.org> |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
26 |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
27 * internals/internals.texi (Numeric Types): New chapter describing |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
28 the implementation of bignums, ratios, and bigfloats. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
29 * lispref/numbers.texi (The Bignum Extension): Update description |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
30 to include MPIR, fix broken URLs, and note that BSD MP support is |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
31 now more complete. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
32 (Bignum Basics): Note MPIR support. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
33 (Ratio Basics): Add a missing comma. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
34 (Bigfloat Basics): Fix an incomplete sentence and add examples. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
35 * xemacs-faq.texi (Q7.2.1): Update description to include MPIR, |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
36 note that BSD MP support is now more complete, and remove the |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
37 paragraph where I promise to write internals documentation. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
38 (Q7.2.3): Update ancient section that mentions the Pentium III. |
a2912073be85
Support bignums with MPIR. Add documentation on the bignum, ratio,
Jerry James <james@xemacs.org>
parents:
5715
diff
changeset
|
39 |
5715
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
40 2013-01-22 Jerry James <james@xemacs.org> |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
41 |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
42 * lispref/glyphs.texi (Image Instantiators): Add :visible to the |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
43 list of allowed menu keywords. |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
44 * lispref/menus.tex (Menu Format): Document that :visible is an |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
45 alias for :included. |
68f8d295be49
Support :visible in menu specifications.
Jerry James <james@xemacs.org>
parents:
5712
diff
changeset
|
46 |
5712
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
47 2013-01-04 Stephen J. Turnbull <stephen@xemacs.org> |
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
48 |
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
49 * XEmacs 21.5.33 "horseradish" is released. |
bee2e2568828
XEmacs 21.5.33 "horseradish" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5708
diff
changeset
|
50 |
5708
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
51 2013-01-02 Vin Shelton <acs@xemacs.org> |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
52 |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
53 * lispref/menus.texi (Creating Menu Accelerators): Clarify that |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
54 the menu accelerator must be lowercase. |
8ca881999349
Menu accelerator documentation patch
Vin Shelton <acs@xemacs.org>
parents:
5707
diff
changeset
|
55 |
5707
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
56 2012-12-28 Stephen J. Turnbull <stephen@xemacs.org> |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
57 |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
58 * xemacs/programs.texi (Defuns): Improve description of `mark-defun'. |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
59 Thanks to Steven Mitchell for the suggestion. |
5fd1b9a95531
Improve description of `mark-defun'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5706
diff
changeset
|
60 |
5706
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
61 2012-12-28 Byrel Mitchell <byrel.mitchell@gmail.com> |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
62 |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
63 * lispref/menus.texi (Menu Format): |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
64 Document use of :active in submenu specs. |
44b0b4ea5cae
Implement and document :active keyword for submenu specs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5705
diff
changeset
|
65 |
5705
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
66 2012-12-28 Stephen J. Turnbull <stephen@xemacs.org> |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
67 |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
68 * internals/internals.texi (Mercurial Basics): |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
69 Update references to repository to reflect current reality. |
9c9b07d40f20
Update references to repository to reflect current reality.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5703
diff
changeset
|
70 |
5703 | 71 2012-12-28 Byrel Mitchell <byrel.mitchell@gmail.com> |
72 | |
73 * lispref/menus.texi (Creating Menu Accelerators): Typo fix. | |
74 | |
5687
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
75 2012-10-13 Mats Lidell <matsl@xemacs.org> |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
76 |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
77 * lispref/processes.texi (Synchronous Processes): New function |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
78 call-process-shell-command. |
965a9ddc915a
Introduce call-process-shell-command from GNU.
Mats Lidell <matsl@xemacs.org>
parents:
5686
diff
changeset
|
79 |
5686
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
80 2012-09-18 Mats Lidell <matsl@xemacs.org> |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
81 |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
82 * lispref/windows.texi (Vertical Scrolling): Added |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
83 recenter-top-bottom and recenter-positions |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
84 |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
85 * xemacs/display.texi (Display): Rearranged and added |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
86 documentation due to new function recenter-top-bottom. |
c6b1500299a7
recenter-top-bottom synced from GNU and new default for C-l
Mats Lidell <mats.lidell@cag.se>
parents:
5679
diff
changeset
|
87 |
5677
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
88 2012-08-06 Aidan Kehoe <kehoea@parhasard.net> |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
89 |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
90 * lispref/symbols.texi (Symbol Components): |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
91 Document the new syntax of ## for the symbol with name "" interned |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
92 in obarray. |
febc025c4e0c
Adopt GNU's ## syntax for the interned symbol with name "".
Aidan Kehoe <kehoea@parhasard.net>
parents:
5673
diff
changeset
|
93 |
5679
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
94 2012-09-02 Aidan Kehoe <kehoea@parhasard.net> |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
95 |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
96 * lispref/keymaps.texi (Keymaps): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
97 * lispref/keymaps.texi (Changing Key Bindings): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
98 * lispref/keymaps.texi (Scanning Keymaps): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
99 * lispref/keymaps.texi (Remapping commands): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
100 * lispref/keymaps.texi (XEmacs): New. |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
101 * lispref/keymaps.texi (Other Keymap Functions): |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
102 Document the new command remapping functionality in this file. |
a81a739181dc
Add command remapping, a more robust alternative to #'substitute-key-definition
Aidan Kehoe <kehoea@parhasard.net>
parents:
5677
diff
changeset
|
103 |
5696
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
104 2012-08-02 Stephen J. Turnbull <stephen@xemacs.org> |
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
105 |
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
106 * XEmacs 21.5.32 "habanero" is released. |
9f1c9f957073
Fix ChangeLog ordering.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5687
diff
changeset
|
107 |
5658
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
108 2012-05-06 Aidan Kehoe <kehoea@parhasard.net> |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
109 |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
110 * lispref/macros.texi (Expansion): |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
111 Cross-reference to documentation of #'cl-prettyexpand, #'defmacro* |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
112 when talking about #'macroexpand. |
289cf21be887
Don't augment ENVIRONMENT when that's not indicated, #'macroexpand.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5653
diff
changeset
|
113 |
5653
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
114 2012-05-04 Aidan Kehoe <kehoea@parhasard.net> |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
115 |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
116 * lispref/searching.texi (Regular Expressions): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
117 * lispref/searching.texi (Syntax of Regexps): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
118 * lispref/searching.texi (Char Classes): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
119 * lispref/searching.texi (Regexp Example): |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
120 Document the predefined character classes in this file. |
3df910176b6a
Support predefined character classes in #'skip-chars-{forward,backward}, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5632
diff
changeset
|
121 |
5632
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
122 2011-12-30 Aidan Kehoe <kehoea@parhasard.net> |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
123 |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
124 * cl.texi (Top): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
125 * cl.texi (Usage): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
126 * cl.texi (Organization): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
127 * cl.texi (Efficiency Concerns): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
128 * cl.texi (Common Lisp Compatibility): |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
129 Remove documentation of cl-compat, now it's deleted. |
bd80d9103fc8
Integrate CL code better into core, remove obsolete compatibility code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5607
diff
changeset
|
130 |
5607
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
131 2011-12-04 Aidan Kehoe <kehoea@parhasard.net> |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
132 |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
133 * internals/internals.texi (Basic Lisp Modules): |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
134 Document sequence.c here too. |
1a507c4c6c42
Refactor out sequence-oriented builtins from fns.c to the new sequence.c.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5583
diff
changeset
|
135 |
5583
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
136 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
137 |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
138 * lispref/lists.texi (Association Lists): |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
139 Don't document #'remassoc, #'remassq and friends in detail; |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
140 they're XEmacs-specific and (delete* ... :key #'car) is |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
141 preferable. |
10f179710250
Deprecate #'remassoc, #'remassq, #'remrassoc, #'remrassq.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5582
diff
changeset
|
142 |
5582
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
143 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
144 |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
145 * internals/internals.texi (Top): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
146 * internals/internals.texi (Authorship of XEmacs): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
147 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
148 * internals/internals.texi (Introduction to Writing C Code): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
149 * internals/internals.texi (Working with Lisp Objects): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
150 * internals/internals.texi (Adding Global Lisp Variables): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
151 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
152 * internals/internals.texi (How Lisp Objects Are Represented in C): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
153 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
154 * internals/internals.texi (Introduction to Allocation): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
155 * internals/internals.texi (GCPROing): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
156 * internals/internals.texi (mark_object): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
157 * internals/internals.texi (sweep_bit_vectors_1): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
158 * internals/internals.texi (Fixnums and Characters): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
159 * internals/internals.texi (Future Work -- Unicode): |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
160 Say fixnum rather than integer when specifically talking about |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
161 fixed-width Lisp integers. |
873d7425c1ad
Change integer to fixnum in a few places where it wasn't possible mechanically.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5581
diff
changeset
|
162 |
5581
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
163 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
164 |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
165 * internals/internals.texi (How Lisp Objects Are Represented in C): |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
166 * internals/internals.texi (Integers and Characters): |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
167 Mechanically change INT to FIXNUM, where the usage describes non-bignum |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
168 Lisp integers. |
56144c8593a8
Mechanically change INT to FIXNUM in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5566
diff
changeset
|
169 |
5566
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
170 2011-09-07 Aidan Kehoe <kehoea@parhasard.net> |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
171 |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
172 * cl.texi (Function Bindings): |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
173 Move #'labels first, describe it in more detail, explaining that |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
174 it is to be preferred over #'flet, and explaining why. |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
175 Explain that dynamic bindings with #'flet will also not work when |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
176 functions are accessed through their bytecodes. |
4654c01af32b
Improve the implementation, documentation of #'labels, #'flet.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5551
diff
changeset
|
177 |
5551
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
178 2011-08-14 Mike Sperber <mike@xemacs.org> |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
179 |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
180 * xemacs-faq.texi: |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
181 * xemacs/packages.texi: Reflect change of location of packages |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
182 from lib/ to share/. |
40a52efbf3a3
Reflect change of location of packages to share/
Mike Sperber <sperber@deinprogramm.de>
parents:
5547
diff
changeset
|
183 |
5547
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
184 2011-08-09 Aidan Kehoe <kehoea@parhasard.net> |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
185 |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
186 * cl.texi (Argument Lists): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
187 * cl.texi (Time of Evaluation): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
188 * cl.texi (Type Predicates): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
189 * cl.texi (Assignment): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
190 * cl.texi (Basic Setf): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
191 * cl.texi (Modify Macros): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
192 * cl.texi (Customizing Setf): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
193 * cl.texi (Dynamic Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
194 * cl.texi (Lexical Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
195 * cl.texi (Function Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
196 * cl.texi (Macro Bindings): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
197 * cl.texi (Conditionals): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
198 * cl.texi (Blocks and Exits): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
199 * cl.texi (Iteration): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
200 * cl.texi (Loop Basics): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
201 * cl.texi (Macros): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
202 * cl.texi (Declarations): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
203 * cl.texi (Property Lists): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
204 * cl.texi (Structures): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
205 * cl.texi (Assertions): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
206 * cl.texi (Efficiency Concerns): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
207 * lispref/compile.texi (Eval During Compile): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
208 * lispref/compile.texi (Compiled-Function Objects): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
209 * lispref/eval.texi (Multiple values): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
210 * lispref/frames.texi (Input Focus): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
211 * lispref/internationalization.texi (Level 3 Primitives): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
212 * lispref/positions.texi (Excursions): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
213 * lispref/positions.texi (Narrowing): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
214 * lispref/searching.texi (Saving Match Data): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
215 * lispref/specifiers.texi (Adding Specifications): |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
216 * lispref/windows.texi: |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
217 Correct the manuals to avoid using the term "special operator" when |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
218 #'special-operator-p would give nil. |
a46c5c8d6564
Avoid calling various macros "special operators" in the manuals.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5546
diff
changeset
|
219 |
5546
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
220 2011-08-08 Stephen J. Turnbull <stephen@xemacs.org> |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
221 |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
222 * internals/internals.texi (Mercurial Techniques): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
223 (Mercurial Basics): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
224 (Preserving Existing Changes with Mercurial Queues): New. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
225 (Top): Update menus. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
226 (Regression Testing XEmacs): Update node pointers. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
227 (CVS Techniques): Update node pointers. Note obsolescence of CVS. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
228 Add @ref to Mercurial Techniques. |
d54278e74d71
Add some working with Mercurial stuff.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5529
diff
changeset
|
229 |
5529
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
230 2011-06-25 Aidan Kehoe <kehoea@parhasard.net> |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
231 |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
232 * lispref/os.texi (Translating Input): |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
233 Document the just-added function-key-map-parent. |
3d1f8f0e690f
Add `function-key-map-parent', for non-console-specific `function-key-map' bindings
Aidan Kehoe <kehoea@parhasard.net>
parents:
5512
diff
changeset
|
234 |
5512
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
235 2011-05-20 Jerry James <james@xemacs.org> |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
236 |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
237 * Makefile (DESTDIR): New variable for all Makefiles, unused in this |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
238 one. |
4aa8ee813265
Add a DESTDIR variable to all Makefiles, defaulting to the empty string, and
Jerry James <james@xemacs.org>
parents:
5508
diff
changeset
|
239 |
5480
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
240 2011-04-29 Stephen J. Turnbull <stephen@xemacs.org> |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
241 |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
242 * XEmacs 21.5.31 "ginger" is released. |
f5a0b32f4687
XEmacs 21.5.31 "ginger" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5476
diff
changeset
|
243 |
5464
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
244 2011-04-26 Stephen J. Turnbull <stephen@xemacs.org> |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
245 |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
246 * XEmacs 21.5.30 "garlic" is released. |
e79916901603
XEmacs 21.5.30 "garlic" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5390
diff
changeset
|
247 |
5390
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
248 2011-04-02 Stephen J. Turnbull <stephen@xemacs.org> |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
249 |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
250 * xemacs-faq.texi (Q2.5.7): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
251 New node on troubleshooting duplicate auto-autoloads. |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
252 (Top): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
253 (Installation): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
254 (Q2.5.6): |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
255 Update menus and node links for Q2.5.7. |
593d9f73a7e8
New FAQ Q2.5.7 on troubleshooting duplicate auto-autoloads.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5384
diff
changeset
|
256 |
5384
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
257 2011-03-24 Jerry James <james@xemacs.org> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
258 |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
259 * internals/internals.texi (Creating a Window-System Type): |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
260 "desireable" -> "desirable", "neglible" -> "negligible". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
261 (The Non-Client Area): "negotation" -> "negotiation". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
262 (Better Rendering Support -- Modern Font Support): "anomolies" -> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
263 "anomalies". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
264 (Discussion -- Switching to C++): "reliablity" -> "reliability". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
265 * lispref/mule.texi (Theory of Operation): "noticable" -> "noticeable". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
266 * lispref/strings.texi (Creating Strings): "occurances" -> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
267 "occurrences". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
268 * xemacs-faq.texi (Q1.0.3: How do you pronounce XEmacs?): |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
269 "pronounciation" -> "pronunciation". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
270 (Q1.7.2: Which external packages are there?): "withing" -> "within". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
271 (Q2.4.3: XEmacs crashes and I compiled it myself.): "ealier" -> |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
272 "earlier". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
273 (hg diff gives bizarre output.): "occured" -> "occurred", "relevent" |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
274 -> "relevant". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
275 (How do I recover from a bad commit? (I already pushed.)): |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
276 "inadvertantly" -> "inadvertently". |
3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
Jerry James <james@xemacs.org>
parents:
5378
diff
changeset
|
277 |
5378
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
278 2011-03-19 Stephen J. Turnbull <stephen@xemacs.org> |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
279 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
280 * lispref/customize.texi (Face Definitions): New node. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
281 (Customization): Add entry to menu. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
282 (Variable Definitions): Add cross-ref for `defface'. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
283 (Customization Types): Fixup Previous link. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
284 |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
285 * lispref/faces.texi (Faces): |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
286 Clarify that built-in properties of faces are computed at runtime. |
4f0a1f4cc111
Improve support for min-colors req in `defface'.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5375
diff
changeset
|
287 |
5374
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
288 2011-03-15 Aidan Kehoe <kehoea@parhasard.net> |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
289 |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
290 * lispref/objects.texi (Character Type): |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
291 * lispref/objects.texi (Equality Predicates): |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
292 No longer document `old-eq', `old-equal', they haven't been used |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
293 in years. |
d967d96ca043
Conditionalise the old-* functions and byte codes at compile time.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5361
diff
changeset
|
294 |
5373
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
295 2011-03-14 Jeff Sparkes <jsparkes@gmail.com> |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
296 |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
297 * lispref/faces.texi (Faces): Mention `min-colors' as a |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
298 face specifier. |
b6e59ea11533
Add min-colors specifier to defface, and document it.
Jeff Sparkes <jsparkes@gmail.com>
parents:
5361
diff
changeset
|
299 |
5361
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
300 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
301 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
302 * lispref/commands.texi (Using Interactive): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
303 * lispref/compile.texi (Eval During Compile): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
304 * lispref/compile.texi (Compiled-Function Objects): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
305 * lispref/control.texi (Sequencing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
306 * lispref/control.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
307 * lispref/control.texi (Combining Conditions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
308 * lispref/control.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
309 * lispref/control.texi (Catch and Throw): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
310 * lispref/control.texi (Handling Errors): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
311 * lispref/control.texi (Cleanups): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
312 * lispref/display.texi (Temporary Displays): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
313 * lispref/eval.texi (Quoting): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
314 * lispref/eval.texi (Multiple values): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
315 * lispref/frames.texi (Input Focus): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
316 * lispref/functions.texi (Argument List): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
317 * lispref/functions.texi (Defining Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
318 * lispref/functions.texi (Anonymous Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
319 * lispref/internationalization.texi (Level 3 Primitives): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
320 * lispref/internationalization.texi (Domain Specification): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
321 * lispref/intro.texi (A Sample Function Description): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
322 * lispref/intro.texi (A Sample Variable Description): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
323 * lispref/lists.texi (Sets And Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
324 * lispref/macros.texi (Defining Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
325 * lispref/macros.texi (Backquote): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
326 * lispref/positions.texi (Excursions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
327 * lispref/positions.texi (Narrowing): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
328 * lispref/searching.texi (Saving Match Data): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
329 * lispref/sequences.texi (Sequence Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
330 * lispref/sequences.texi (Array Functions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
331 * lispref/specifiers.texi (Adding Specifications): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
332 * lispref/variables.texi (Local Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
333 * lispref/variables.texi (Defining Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
334 * lispref/variables.texi (Setting Variables): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
335 * lispref/variables.texi (Default Value): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
336 * lispref/windows.texi (Selecting Windows): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
337 * lispref/windows.texi (Window Configurations): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
338 No longer use @defspec, since we no longer use the term "special |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
339 form"; instead use @deffn {Special Operator}. Unfortunately |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
340 there's no way in texinfo to redefine @defspec in one place. |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
341 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
342 2011-03-01 Aidan Kehoe <kehoea@parhasard.net> |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
343 |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
344 * cl.texi (Argument Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
345 * cl.texi (Time of Evaluation): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
346 * cl.texi (Type Predicates): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
347 * cl.texi (Assignment): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
348 * cl.texi (Basic Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
349 * cl.texi (Modify Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
350 * cl.texi (Customizing Setf): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
351 * cl.texi (Dynamic Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
352 * cl.texi (Lexical Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
353 * cl.texi (Function Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
354 * cl.texi (Macro Bindings): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
355 * cl.texi (Conditionals): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
356 * cl.texi (Blocks and Exits): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
357 * cl.texi (Iteration): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
358 * cl.texi (Loop Basics): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
359 * cl.texi (Macros): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
360 * cl.texi (Declarations): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
361 * cl.texi (Property Lists): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
362 * cl.texi (Structures): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
363 * cl.texi (Assertions): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
364 * cl.texi (Efficiency Concerns): |
62b9ef1ed4ac
Change "special form" to "special operator" in the manuals, too
Aidan Kehoe <kehoea@parhasard.net>
parents:
5359
diff
changeset
|
365 |
5359
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
366 2011-02-19 Aidan Kehoe <kehoea@parhasard.net> |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
367 |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
368 * lispref/lists.texi (Sets And Lists): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
369 Document #'member*, #'remove*, #'delete* in this file. Document |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
370 #'memq, #'member, #'remq, #'remove, #'delq, #'delete in terms of |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
371 the former functions. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
372 Document #'subsetp, #'union, #'intersection, #'set-difference, |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
373 #'set-exclusive-or and their destructive analogues in this file. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
374 * lispref/lists.texi (Association Lists): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
375 Document #'assoc*, #'rassoc* in this file. Document #'assq, |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
376 #'assoc, #'rassq, #'rassoc in terms of the first two functions. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
377 * lispref/objects.texi (Equality Predicates): |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
378 Document #'eql here, don't leave it to cl.texi. |
f5a5501814f5
Document the CL set functions and #'eql in the Lispref, not just cl.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
5300
diff
changeset
|
379 |
5300
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
380 2010-11-06 Aidan Kehoe <kehoea@parhasard.net> |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
381 |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
382 * lispref/lists.texi (Rearrangement, Building Lists): |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
383 Document that #'nreverse and #'reverse now accept sequences, not |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
384 just lists, in this file. |
9f738305f80f
Accept sequences generally, not just lists, #'reverse, #'nreverse.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5254
diff
changeset
|
385 |
5254
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
386 2010-09-02 Aidan Kehoe <kehoea@parhasard.net> |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
387 |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
388 * lispref/os.texi (Time Conversion): |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
389 Document the new #'format-time-string flags for Roman month |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
390 numbers. |
1537701f08a1
Support Roman month numbers, #'format-time-string
Aidan Kehoe <kehoea@parhasard.net>
parents:
5252
diff
changeset
|
391 |
5252
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
392 2010-08-30 Aidan Kehoe <kehoea@parhasard.net> |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
393 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
394 * lispref/eval.texi (Evaluation, Multiple values): |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
395 Document our implementation of multiple values; point the reader |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
396 to the CLTL or the Hyperspec for details of exactly when values |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
397 are discarded. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
398 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
399 * lispref/numbers.texi (Numeric Conversions): Document the |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
400 optional DIVISOR arguments to the rounding functions, and |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
401 document that they all return multiple values. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
402 (Rounding Operations): Ditto. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
403 |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
404 * cl.texi (Multiple Values): |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
405 Document that we've moved the multiple values implementation to |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
406 core code, and cross-reference to the Lispref. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
407 (Numerical Functions): The various rounding functions are now |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
408 identical to the built-in rounding functions, with the exception |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
409 that they return lists, not multiple values; document this. |
378a34562cbe
Fix style, documentation for rounding functions and multiple values.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5247
diff
changeset
|
410 |
5247
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
411 2010-08-21 Aidan Kehoe <kehoea@parhasard.net> |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
412 |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
413 * lispref/objects.texi (Character Type): |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
414 Go into more detail here on the specific type of error provoked on |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
415 overlong hex character escapes and non-Latin-1 octal character |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
416 escapes; give details of why the latter may be encountered, and |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
417 what to do with such code. |
02d875ebd1ea
Make Lisp reader errors more informative with over-long hex, octal characters
Aidan Kehoe <kehoea@parhasard.net>
parents:
5236
diff
changeset
|
418 |
5236
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
419 2010-06-13 Stephen J. Turnbull <stephen@xemacs.org> |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
420 |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
421 * external-widget.texi: Correct FSF address in permission notice. |
0f7d483cff5a
Add ChangeLogs for recent address updates in permission notices.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5215
diff
changeset
|
422 |
5215
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
423 2010-05-28 Aidan Kehoe <kehoea@parhasard.net> |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
424 |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
425 * lispref/windows.texi (Buffers and Windows): |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
426 Reword the documentation of `buffer-display-count'; |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
427 `buffer-display-time's documentation was taken from a version of |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
428 the GNU elisp manuwal with a compatible licence, |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
429 `buffer-display-count' was not. |
956d54c39176
Reword the lispref documentation of buffer-display-count.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5214
diff
changeset
|
430 |
5214
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
431 2010-05-17 Jeff Sparkes <jsparkes@gmail.com> |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
432 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
433 * lispref/windows.texi (Buffers and Windows): |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
434 Document buffer-display-count and buffer-display-time with |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
435 descriptions from GNU emacs lispref. |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
436 |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
437 * lispref/locals.texi (Standard Buffer-Local Variables): |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
438 Add buffer-display-count and buffer-display-time. |
0b4d355771bd
Import buffer-display-count, buffer-display-time; thank you, Jeff Sparkes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5191
diff
changeset
|
439 |
5191
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
440 2010-04-03 Aidan Kehoe <kehoea@parhasard.net> |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
441 |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
442 * lispref/hash-tables.texi (Introduction to Hash Tables): |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
443 Document that we now support #'equalp as a hash table test by |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
444 default, and mention #'define-hash-table-test. |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
445 (Working With Hash Tables): Document #'define-hash-table-test. |
71ee43b8a74d
Add #'equalp as a hash test by default; add #'define-hash-table-test, GNU API
Aidan Kehoe <kehoea@parhasard.net>
parents:
5182
diff
changeset
|
446 |
5182
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
447 2010-04-01 Aidan Kehoe <kehoea@parhasard.net> |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
448 |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
449 * lispref/lists.texi (Rearrangement): |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
450 Update the documentation of #'sort here, now that it accepts any |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
451 type of sequence and the KEY keyword argument. (Though this is |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
452 probably now the wrong place for this function, given that.) |
2e528066e2fc
Move #'sort*, #'fill, #'merge to C from cl-seq.el.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5178
diff
changeset
|
453 |
5176
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
454 2010-02-22 Ben Wing <ben@xemacs.org> |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
455 |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
456 * internals/internals.texi (A Summary of the Various XEmacs Modules): |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
457 * internals/internals.texi (Modules for other Display-Related Lisp Objects): |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
458 objects*.[ch] -> fontcolor*.[ch]. |
8b2f75cecb89
rename objects* (.c, .h and .el files) to fontcolor*
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
459 |
5148
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
460 2010-03-18 Mike Sperber <mike@xemacs.org> |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
461 |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
462 * xemacs/startup.texi (Startup Paths): Reflect the (long-ago) |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
463 change from `lib' to `share' for the architecture-independent |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
464 directories. |
9c4bf82eaac2
Reflect change from `lib' to `share' in docs.
Mike Sperber <sperber@deinprogramm.de>
parents:
5142
diff
changeset
|
465 |
5142
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
466 2010-03-13 Ben Wing <ben@xemacs.org> |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
467 |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
468 * internals/internals.texi (Working with Lisp Objects): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
469 * internals/internals.texi (Writing Macros): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
470 * internals/internals.texi (lrecords): |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
471 More rewriting to correspond with changes from |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
472 *LRECORD* to *LISP_OBJECT*. |
f965e31a35f0
reduce lcrecord headers to 2 words, rename printing_unreadable_object
Ben Wing <ben@xemacs.org>
parents:
5128
diff
changeset
|
473 |
5127
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
474 2010-03-05 Ben Wing <ben@xemacs.org> |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
475 |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
476 * internals/internals.texi (Introduction to Allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
477 * internals/internals.texi (Integers and Characters): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
478 * internals/internals.texi (Allocation from Frob Blocks): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
479 * internals/internals.texi (lrecords): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
480 * internals/internals.texi (Low-level allocation): |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
481 Rewrite section on allocation of Lisp objects to reflect the new |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
482 reality. Remove references to nonexistent XSETINT and XSETCHAR. |
a9c41067dd88
more cleanups, terminology clarification, lots of doc work
Ben Wing <ben@xemacs.org>
parents:
5048
diff
changeset
|
483 |
5096 | 484 2010-03-04 Ben Wing <ben@xemacs.org> |
485 | |
486 * internals/internals.texi (Top): | |
487 * internals/internals.texi (list-to-texinfo): Removed. | |
488 * internals/internals.texi (convert-list-to-texinfo): New. | |
489 * internals/internals.texi (table-to-texinfo): Removed. | |
490 * internals/internals.texi (convert-table-to-texinfo): New. | |
491 Update Lisp functions at top to newest versions. | |
492 | |
493 * internals/internals.texi (A History of Emacs): | |
494 * internals/internals.texi (Through Version 18): | |
495 * internals/internals.texi (Lucid Emacs): | |
496 * internals/internals.texi (XEmacs): | |
497 * internals/internals.texi (The XEmacs Split): | |
498 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
499 * internals/internals.texi (Introduction to Writing C Code): | |
500 * internals/internals.texi (Writing Good Comments): | |
501 * internals/internals.texi (Writing Macros): | |
502 * internals/internals.texi (Major Textual Changes): | |
503 * internals/internals.texi (Great Integral Type Renaming): | |
504 * internals/internals.texi (How to Regression-Test): | |
505 * internals/internals.texi (Creating a Branch): | |
506 * internals/internals.texi (Dynamic Arrays): | |
507 * internals/internals.texi (Allocation by Blocks): | |
508 * internals/internals.texi (mark_object): | |
509 * internals/internals.texi (gc_sweep): | |
510 * internals/internals.texi (Byte-Char Position Conversion): | |
511 * internals/internals.texi (Searching and Matching): | |
512 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
513 * internals/internals.texi (Byte Types): | |
514 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
515 * internals/internals.texi (Buffer Positions): | |
516 * internals/internals.texi (Basic internal-format APIs): | |
517 * internals/internals.texi (The DFC API): | |
518 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
519 * internals/internals.texi (Mule-izing Code): | |
520 * internals/internals.texi (Locales): | |
521 * internals/internals.texi (More about code pages): | |
522 * internals/internals.texi (More about locales): | |
523 * internals/internals.texi (Unicode support under Windows): | |
524 * internals/internals.texi (The Frame): | |
525 * internals/internals.texi (The Non-Client Area): | |
526 * internals/internals.texi (The Client Area): | |
527 * internals/internals.texi (The Paned Area): | |
528 * internals/internals.texi (Text Areas): | |
529 * internals/internals.texi (The Displayable Area): | |
530 * internals/internals.texi (Event Queues): | |
531 * internals/internals.texi (Event Stream Callback Routines): | |
532 * internals/internals.texi (Focus Handling): | |
533 * internals/internals.texi (Future Work -- Autodetection): | |
534 Replace " with ``, '' (not complete, maybe about halfway through). | |
535 | |
5090 | 536 2010-03-03 Ben Wing <ben@xemacs.org> |
537 | |
538 * internals/internals.texi (Intro to Window and Frame Geometry): | |
539 * internals/internals.texi (The Paned Area): | |
540 * internals/internals.texi (The Displayable Area): | |
541 Update to make note of e.g. the fact that the bottom gutter is | |
542 actually above the minibuffer. | |
543 | |
5087 | 544 2010-03-02 Jerry James <james@xemacs.org> |
545 | |
546 * custom.texi: Delete, redundant with xemacs/custom.texi and | |
547 lispref/customize.texi. | |
548 * Makefile: Remove all rules relating to custom.texi. | |
549 | |
5089
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
550 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
551 |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
552 * lispref/tips.texi (Comment Tips): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
553 * lispref/text.texi (Text Properties): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
554 * lispref/strings.texi (Creating Strings): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
555 * lispref/processes.texi (Input to Processes): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
556 * lispref/functions.texi (Argument List): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
557 * lispref/extents.texi (Duplicable Extents): |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
558 Move examples that used substring to using subseq; in |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
559 strings.texi, do not change the examples, but document that in |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
560 this XEmacs, it is an alias for subseq, and that there may be some |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
561 incompatibilities if you depend on that. |
99f8ebc082d9
Make #'substring an alias of #'subseq; give the latter the byte code.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5087
diff
changeset
|
562 |
5080
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
563 2010-02-25 Didier Verna <didier@xemacs.org> |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
564 |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
565 The background-placement face property. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
566 * xemacs/custom.texi (Faces): Document it. |
5502045ec510
The background-placement face property.
Didier Verna <didier@lrde.epita.fr>
parents:
5048
diff
changeset
|
567 |
5046 | 568 2010-02-20 Ben Wing <ben@xemacs.org> |
569 | |
570 * internals/internals.texi (Intro to Window and Frame Geometry): | |
571 Shrink diagram to fit when offset by five spaces as a result of | |
572 quoting. | |
573 | |
5045 | 574 2010-02-16 Ben Wing <ben@xemacs.org> |
575 | |
576 * internals/internals.texi (Top): | |
577 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
578 * internals/internals.texi (Creating a Window-System Type): | |
579 * internals/internals.texi (Window and Frame Geometry): | |
580 * internals/internals.texi (Intro to Window and Frame Geometry): | |
581 * internals/internals.texi (The Frame): | |
582 * internals/internals.texi (The Non-Client Area): | |
583 * internals/internals.texi (The Client Area): | |
584 * internals/internals.texi (The Paned Area): | |
585 * internals/internals.texi (Text Areas): | |
586 * internals/internals.texi (The Displayable Area): | |
587 * internals/internals.texi (Which Functions Use Which?): | |
588 * internals/internals.texi (The Redisplay Mechanism): | |
589 Integrate the long comment in frame.c into the internals manual. | |
590 | |
5031
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
591 2010-02-17 Jerry James <james@xemacs.org> |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
592 |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
593 * term.texi: Move to the eterm package. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
594 * Makefile: Remove all rules relating to term.texi. |
bd3e7db3bdf6
Remove man/term.texi from core.
Jerry James <james@xemacs.org>
parents:
5028
diff
changeset
|
595 |
5507
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
596 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
597 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
598 * widget.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
599 * widget.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
600 * widget.texi (Introduction): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
601 * widget.texi (User Interface): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
602 * widget.texi (Programming Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
603 * widget.texi (Setting Up the Buffer): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
604 * widget.texi (Basic Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
605 * widget.texi (link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
606 * widget.texi (url-link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
607 * widget.texi (info-link): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
608 * widget.texi (push-button): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
609 * widget.texi (editable-field): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
610 * widget.texi (text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
611 * widget.texi (menu-choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
612 * widget.texi (radio-button-choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
613 * widget.texi (item): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
614 * widget.texi (choice-item): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
615 * widget.texi (toggle): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
616 * widget.texi (checkbox): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
617 * widget.texi (checklist): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
618 * widget.texi (editable-list): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
619 * widget.texi (group): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
620 * widget.texi (Sexp Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
621 * widget.texi (constants): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
622 * widget.texi (generic): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
623 * widget.texi (atoms): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
624 * widget.texi (composite): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
625 * widget.texi (Widget Properties): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
626 * widget.texi (Defining New Widgets): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
627 * widget.texi (Widget Browser): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
628 * widget.texi (Widget Minor Mode): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
629 * widget.texi (Utilities): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
630 * widget.texi (Widget Wishlist): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
631 * widget.texi (Widget Internals): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
632 * widget.texi (GNU Free Documentation License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
633 * widget.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
634 Sync with FSF 23.1.92. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
635 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
636 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
637 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
638 * texinfo/fdl.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
639 * texinfo/texinfo.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
640 * texinfo/texinfo.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
641 * texinfo/texinfo.texi (Copying Conditions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
642 * texinfo/texinfo.texi (Overview): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
643 * texinfo/texinfo.texi (Reporting Bugs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
644 * texinfo/texinfo.texi (Using Texinfo): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
645 * texinfo/texinfo.texi (Output Formats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
646 * texinfo/texinfo.texi (Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
647 * texinfo/texinfo.texi (Printed Books): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
648 * texinfo/texinfo.texi (Formatting Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
649 * texinfo/texinfo.texi (Conventions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
650 * texinfo/texinfo.texi (Comments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
651 * texinfo/texinfo.texi (Minimum): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
652 * texinfo/texinfo.texi (Six Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
653 * texinfo/texinfo.texi (Short Sample): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
654 * texinfo/texinfo.texi (History): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
655 * texinfo/texinfo.texi (Texinfo Mode): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
656 * texinfo/texinfo.texi (Texinfo Mode Overview): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
657 * texinfo/texinfo.texi (XEmacs Editing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
658 * texinfo/texinfo.texi (Inserting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
659 * texinfo/texinfo.texi (Showing the Structure): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
660 * texinfo/texinfo.texi (Updating Nodes and Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
661 * texinfo/texinfo.texi (Updating Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
662 * texinfo/texinfo.texi (Updating Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
663 * texinfo/texinfo.texi (Other Updating Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
664 * texinfo/texinfo.texi (Info Formatting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
665 * texinfo/texinfo.texi (Printing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
666 * texinfo/texinfo.texi (Texinfo Mode Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
667 * texinfo/texinfo.texi (Beginning a File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
668 * texinfo/texinfo.texi (Sample Beginning): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
669 * texinfo/texinfo.texi (Texinfo File Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
670 * texinfo/texinfo.texi (First Line): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
671 * texinfo/texinfo.texi (Start of Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
672 * texinfo/texinfo.texi (setfilename): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
673 * texinfo/texinfo.texi (settitle): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
674 * texinfo/texinfo.texi (End of Header): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
675 * texinfo/texinfo.texi (Document Permissions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
676 * texinfo/texinfo.texi (copying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
677 * texinfo/texinfo.texi (insertcopying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
678 * texinfo/texinfo.texi (Titlepage & Copyright Page): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
679 * texinfo/texinfo.texi (titlepage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
680 * texinfo/texinfo.texi (titlefont center sp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
681 * texinfo/texinfo.texi (title subtitle author): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
682 * texinfo/texinfo.texi (Copyright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
683 * texinfo/texinfo.texi (end titlepage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
684 * texinfo/texinfo.texi (headings on off): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
685 * texinfo/texinfo.texi (Contents): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
686 * texinfo/texinfo.texi (The Top Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
687 * texinfo/texinfo.texi (Top Node Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
688 * texinfo/texinfo.texi (Master Menu Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
689 * texinfo/texinfo.texi (Global Document Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
690 * texinfo/texinfo.texi (documentdescription): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
691 * texinfo/texinfo.texi (setchapternewpage): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
692 * texinfo/texinfo.texi (paragraphindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
693 * texinfo/texinfo.texi (firstparagraphindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
694 * texinfo/texinfo.texi (exampleindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
695 * texinfo/texinfo.texi (Software Copying Permissions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
696 * texinfo/texinfo.texi (Ending a File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
697 * texinfo/texinfo.texi (Printing Indices & Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
698 * texinfo/texinfo.texi (File End): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
699 * texinfo/texinfo.texi (Structuring): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
700 * texinfo/texinfo.texi (Tree Structuring): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
701 * texinfo/texinfo.texi (Structuring Command Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
702 * texinfo/texinfo.texi (makeinfo top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
703 * texinfo/texinfo.texi (chapter): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
704 * texinfo/texinfo.texi (unnumbered & appendix): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
705 * texinfo/texinfo.texi (majorheading & chapheading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
706 * texinfo/texinfo.texi (section): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
707 * texinfo/texinfo.texi (unnumberedsec appendixsec heading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
708 * texinfo/texinfo.texi (subsection): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
709 * texinfo/texinfo.texi (unnumberedsubsec appendixsubsec subheading): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
710 * texinfo/texinfo.texi (subsubsection): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
711 * texinfo/texinfo.texi (Raise/lower sections): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
712 * texinfo/texinfo.texi (Nodes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
713 * texinfo/texinfo.texi (Two Paths): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
714 * texinfo/texinfo.texi (Node Menu Illustration): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
715 * texinfo/texinfo.texi (node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
716 * texinfo/texinfo.texi (Node Names): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
717 * texinfo/texinfo.texi (Writing a Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
718 * texinfo/texinfo.texi (Node Line Tips): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
719 * texinfo/texinfo.texi (Node Line Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
720 * texinfo/texinfo.texi (First Node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
721 * texinfo/texinfo.texi (makeinfo top command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
722 * texinfo/texinfo.texi (makeinfo Pointer Creation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
723 * texinfo/texinfo.texi (anchor): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
724 * texinfo/texinfo.texi (Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
725 * texinfo/texinfo.texi (Menu Location): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
726 * texinfo/texinfo.texi (Writing a Menu): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
727 * texinfo/texinfo.texi (Menu Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
728 * texinfo/texinfo.texi (Less Cluttered Menu Entry): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
729 * texinfo/texinfo.texi (Menu Example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
730 * texinfo/texinfo.texi (Other Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
731 * texinfo/texinfo.texi (Cross References): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
732 * texinfo/texinfo.texi (References): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
733 * texinfo/texinfo.texi (Cross Reference Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
734 * texinfo/texinfo.texi (Cross Reference Parts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
735 * texinfo/texinfo.texi (xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
736 * texinfo/texinfo.texi (Reference Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
737 * texinfo/texinfo.texi (One Argument): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
738 * texinfo/texinfo.texi (Two Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
739 * texinfo/texinfo.texi (Three Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
740 * texinfo/texinfo.texi (Four and Five Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
741 * texinfo/texinfo.texi (Top Node Naming): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
742 * texinfo/texinfo.texi (ref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
743 * texinfo/texinfo.texi (pxref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
744 * texinfo/texinfo.texi (inforef): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
745 * texinfo/texinfo.texi (uref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
746 * texinfo/texinfo.texi (cite): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
747 * texinfo/texinfo.texi (Marking Text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
748 * texinfo/texinfo.texi (Indicating): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
749 * texinfo/texinfo.texi (Useful Highlighting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
750 * texinfo/texinfo.texi (code): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
751 * texinfo/texinfo.texi (kbd): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
752 * texinfo/texinfo.texi (key): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
753 * texinfo/texinfo.texi (samp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
754 * texinfo/texinfo.texi (verb): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
755 * texinfo/texinfo.texi (var): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
756 * texinfo/texinfo.texi (env): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
757 * texinfo/texinfo.texi (file): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
758 * texinfo/texinfo.texi (command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
759 * texinfo/texinfo.texi (option): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
760 * texinfo/texinfo.texi (dfn): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
761 * texinfo/texinfo.texi (abbr): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
762 * texinfo/texinfo.texi (acronym): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
763 * texinfo/texinfo.texi (indicateurl): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
764 * texinfo/texinfo.texi (email): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
765 * texinfo/texinfo.texi (Emphasis): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
766 * texinfo/texinfo.texi (emph & strong): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
767 * texinfo/texinfo.texi (Smallcaps): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
768 * texinfo/texinfo.texi (Fonts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
769 * texinfo/texinfo.texi (Quotations and Examples): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
770 * texinfo/texinfo.texi (Block Enclosing Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
771 * texinfo/texinfo.texi (quotation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
772 * texinfo/texinfo.texi (example): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
773 * texinfo/texinfo.texi (verbatim): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
774 * texinfo/texinfo.texi (verbatiminclude): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
775 * texinfo/texinfo.texi (lisp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
776 * texinfo/texinfo.texi (small): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
777 * texinfo/texinfo.texi (display): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
778 * texinfo/texinfo.texi (format): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
779 * texinfo/texinfo.texi (exdent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
780 * texinfo/texinfo.texi (flushleft & flushright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
781 * texinfo/texinfo.texi (noindent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
782 * texinfo/texinfo.texi (indent): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
783 * texinfo/texinfo.texi (cartouche): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
784 * texinfo/texinfo.texi (Lists and Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
785 * texinfo/texinfo.texi (Introducing Lists): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
786 * texinfo/texinfo.texi (itemize): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
787 * texinfo/texinfo.texi (enumerate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
788 * texinfo/texinfo.texi (Two-column Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
789 * texinfo/texinfo.texi (table): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
790 * texinfo/texinfo.texi (ftable vtable): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
791 * texinfo/texinfo.texi (itemx): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
792 * texinfo/texinfo.texi (Multi-column Tables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
793 * texinfo/texinfo.texi (Multitable Column Widths): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
794 * texinfo/texinfo.texi (Multitable Rows): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
795 * texinfo/texinfo.texi (Special Displays): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
796 * texinfo/texinfo.texi (Floats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
797 * texinfo/texinfo.texi (float): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
798 * texinfo/texinfo.texi (caption shortcaption): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
799 * texinfo/texinfo.texi (listoffloats): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
800 * texinfo/texinfo.texi (Images): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
801 * texinfo/texinfo.texi (Image Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
802 * texinfo/texinfo.texi (Image Scaling): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
803 * texinfo/texinfo.texi (Footnotes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
804 * texinfo/texinfo.texi (Footnote Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
805 * texinfo/texinfo.texi (Footnote Styles): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
806 * texinfo/texinfo.texi (Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
807 * texinfo/texinfo.texi (Index Entries): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
808 * texinfo/texinfo.texi (Predefined Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
809 * texinfo/texinfo.texi (Indexing Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
810 * texinfo/texinfo.texi (Combining Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
811 * texinfo/texinfo.texi (syncodeindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
812 * texinfo/texinfo.texi (synindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
813 * texinfo/texinfo.texi (New Indices): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
814 * texinfo/texinfo.texi (Insertions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
815 * texinfo/texinfo.texi (Atsign Braces Comma): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
816 * texinfo/texinfo.texi (Inserting an Atsign): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
817 * texinfo/texinfo.texi (Inserting Braces): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
818 * texinfo/texinfo.texi (Inserting a Comma): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
819 * texinfo/texinfo.texi (Inserting Quote Characters): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
820 * texinfo/texinfo.texi (Inserting Space): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
821 * texinfo/texinfo.texi (Not Ending a Sentence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
822 * texinfo/texinfo.texi (Ending a Sentence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
823 * texinfo/texinfo.texi (Multiple Spaces): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
824 * texinfo/texinfo.texi (frenchspacing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
825 * texinfo/texinfo.texi (dmn): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
826 * texinfo/texinfo.texi (Inserting Accents): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
827 * texinfo/texinfo.texi (Inserting Quotation Marks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
828 * texinfo/texinfo.texi (Dots Bullets): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
829 * texinfo/texinfo.texi (dots): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
830 * texinfo/texinfo.texi (bullet): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
831 * texinfo/texinfo.texi (TeX and copyright): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
832 * texinfo/texinfo.texi (tex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
833 * texinfo/texinfo.texi (copyright symbol): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
834 * texinfo/texinfo.texi (registered symbol): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
835 * texinfo/texinfo.texi (euro): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
836 * texinfo/texinfo.texi (pounds): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
837 * texinfo/texinfo.texi (textdegree): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
838 * texinfo/texinfo.texi (minus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
839 * texinfo/texinfo.texi (geq leq): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
840 * texinfo/texinfo.texi (math): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
841 * texinfo/texinfo.texi (Click Sequences): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
842 * texinfo/texinfo.texi (Glyphs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
843 * texinfo/texinfo.texi (Glyphs Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
844 * texinfo/texinfo.texi (result): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
845 * texinfo/texinfo.texi (expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
846 * texinfo/texinfo.texi (Print Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
847 * texinfo/texinfo.texi (Error Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
848 * texinfo/texinfo.texi (Equivalence): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
849 * texinfo/texinfo.texi (Point Glyph): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
850 * texinfo/texinfo.texi (Breaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
851 * texinfo/texinfo.texi (Break Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
852 * texinfo/texinfo.texi (Line Breaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
853 * texinfo/texinfo.texi (- and hyphenation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
854 * texinfo/texinfo.texi (allowcodebreaks): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
855 * texinfo/texinfo.texi (w): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
856 * texinfo/texinfo.texi (tie): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
857 * texinfo/texinfo.texi (sp): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
858 * texinfo/texinfo.texi (page): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
859 * texinfo/texinfo.texi (group): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
860 * texinfo/texinfo.texi (need): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
861 * texinfo/texinfo.texi (Definition Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
862 * texinfo/texinfo.texi (Def Cmd Template): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
863 * texinfo/texinfo.texi (Def Cmd Continuation Lines): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
864 * texinfo/texinfo.texi (Optional Arguments): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
865 * texinfo/texinfo.texi (deffnx): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
866 * texinfo/texinfo.texi (Def Cmds in Detail): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
867 * texinfo/texinfo.texi (Functions Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
868 * texinfo/texinfo.texi (Variables Commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
869 * texinfo/texinfo.texi (Typed Functions): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
870 * texinfo/texinfo.texi (Typed Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
871 * texinfo/texinfo.texi (Data Types): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
872 * texinfo/texinfo.texi (Abstract Objects): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
873 * texinfo/texinfo.texi (Object-Oriented Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
874 * texinfo/texinfo.texi (Object-Oriented Methods): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
875 * texinfo/texinfo.texi (Defining Macros): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
876 * texinfo/texinfo.texi (Invoking Macros): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
877 * texinfo/texinfo.texi (Macro Details): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
878 * texinfo/texinfo.texi (alias): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
879 * texinfo/texinfo.texi (definfoenclose): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
880 * texinfo/texinfo.texi (Hardcopy): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
881 * texinfo/texinfo.texi (Use TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
882 * texinfo/texinfo.texi (Format with tex/texindex): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
883 * texinfo/texinfo.texi (Format with texi2dvi): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
884 * texinfo/texinfo.texi (Print with lpr): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
885 * texinfo/texinfo.texi (Within XEmacs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
886 * texinfo/texinfo.texi (Texinfo Mode Printing): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
887 * texinfo/texinfo.texi (Compile-Command): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
888 * texinfo/texinfo.texi (Requirements Summary): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
889 * texinfo/texinfo.texi (Preparing for TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
890 * texinfo/texinfo.texi (Overfull hboxes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
891 * texinfo/texinfo.texi (smallbook): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
892 * texinfo/texinfo.texi (A4 Paper): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
893 * texinfo/texinfo.texi (pagesizes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
894 * texinfo/texinfo.texi (Cropmarks and Magnification): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
895 * texinfo/texinfo.texi (PDF Output): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
896 * texinfo/texinfo.texi (Obtaining TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
897 * texinfo/texinfo.texi (Creating and Installing Info Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
898 * texinfo/texinfo.texi (Creating an Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
899 * texinfo/texinfo.texi (makeinfo advantages): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
900 * texinfo/texinfo.texi (Invoking makeinfo): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
901 * texinfo/texinfo.texi (makeinfo options): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
902 * texinfo/texinfo.texi (Pointer Validation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
903 * texinfo/texinfo.texi (makeinfo in XEmacs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
904 * texinfo/texinfo.texi (texinfo-format commands): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
905 * texinfo/texinfo.texi (Batch Formatting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
906 * texinfo/texinfo.texi (Tag and Split Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
907 * texinfo/texinfo.texi (Installing an Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
908 * texinfo/texinfo.texi (Directory File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
909 * texinfo/texinfo.texi (New Info File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
910 * texinfo/texinfo.texi (Other Info Directories): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
911 * texinfo/texinfo.texi (Installing Dir Entries): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
912 * texinfo/texinfo.texi (Invoking install-info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
913 * texinfo/texinfo.texi (Generating HTML): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
914 * texinfo/texinfo.texi (HTML Translation): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
915 * texinfo/texinfo.texi (HTML Splitting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
916 * texinfo/texinfo.texi (HTML CSS): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
917 * texinfo/texinfo.texi (HTML Xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
918 * texinfo/texinfo.texi (HTML Xref Link Basics): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
919 * texinfo/texinfo.texi (HTML Xref Node Name Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
920 * texinfo/texinfo.texi (HTML Xref Command Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
921 * texinfo/texinfo.texi (HTML Xref 8-bit Character Expansion): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
922 * texinfo/texinfo.texi (HTML Xref Mismatch): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
923 * texinfo/texinfo.texi (Command List): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
924 * texinfo/texinfo.texi (Command Syntax): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
925 * texinfo/texinfo.texi (Tips): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
926 * texinfo/texinfo.texi (Sample Texinfo Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
927 * texinfo/texinfo.texi (Short Sample Texinfo File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
928 * texinfo/texinfo.texi (GNU Sample Texts): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
929 * texinfo/texinfo.texi (Invoking sample): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
930 * texinfo/texinfo.texi (GNU Free Documentation License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
931 * texinfo/texinfo.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
932 * texinfo/texinfo.texi (Verbatim Copying License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
933 * texinfo/texinfo.texi (All-permissive Copying License): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
934 * texinfo/texinfo.texi (Include Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
935 * texinfo/texinfo.texi (Using Include Files): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
936 * texinfo/texinfo.texi (texinfo-multiple-files-update): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
937 * texinfo/texinfo.texi (Include Files Requirements): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
938 * texinfo/texinfo.texi (Sample Include File): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
939 * texinfo/texinfo.texi (Include Files Evolution): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
940 * texinfo/texinfo.texi (Headings): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
941 * texinfo/texinfo.texi (Headings Introduced): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
942 * texinfo/texinfo.texi (Heading Format): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
943 * texinfo/texinfo.texi (Heading Choice): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
944 * texinfo/texinfo.texi (Custom Headings): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
945 * texinfo/texinfo.texi (Catching Mistakes): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
946 * texinfo/texinfo.texi (makeinfo Preferred): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
947 * texinfo/texinfo.texi (Debugging with Info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
948 * texinfo/texinfo.texi (Debugging with TeX): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
949 * texinfo/texinfo.texi (Using texinfo-show-structure): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
950 * texinfo/texinfo.texi (Using occur): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
951 * texinfo/texinfo.texi (Running Info-Validate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
952 * texinfo/texinfo.texi (Using Info-validate): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
953 * texinfo/texinfo.texi (Unsplit): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
954 * texinfo/texinfo.texi (Tagifying): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
955 * texinfo/texinfo.texi (Splitting): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
956 * texinfo/texinfo.texi (Refilling Paragraphs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
957 * texinfo/texinfo.texi (Command and Variable Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
958 * texinfo/texinfo.texi (General Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
959 * texinfo/version.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
960 Sync with FSF 23.1.92. Make new directory to hold the files needed |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
961 to generate texinfo.info, since there are three such files now. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
962 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
963 2010-02-19 Ben Wing <ben@xemacs.org> |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
964 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
965 * Makefile: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
966 * Makefile (src_files1): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
967 * Makefile (DIR): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
968 * Makefile (texinfo-srcs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
969 * Makefile ($(INFODIR)/widget.info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
970 * Makefile ($(INFODIR)/texinfo.info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
971 * Makefile (.PHONY): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
972 * Makefile (texinfo.dvi): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
973 * Makefile (texinfo.pdf): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
974 * Makefile ($(HTMLDIR)/widget.html): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
975 * Makefile ($(HTMLDIR)/texinfo.html): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
976 Incorporate texinfo.texi moving to a subdirectory texinfo/. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
977 Do some tricks to reduce the amount of duplication while still |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
978 maintaining compatible with non-GNU make (at least, with |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
979 Solaris make). |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
980 |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
981 * doclicense.texi: New file. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
982 * info.texi: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
983 * info.texi (Top): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
984 * info.texi (Getting Started): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
985 * info.texi (Help-Small-Screen): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
986 * info.texi (Help): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
987 * info.texi (Help-P): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
988 * info.texi (Help-^L): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
989 * info.texi (Help-Inv): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
990 * info.texi (Help-]): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
991 * info.texi (Help-M): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
992 * info.texi (Help-FOO): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
993 * info.texi (Help-Xref): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
994 * info.texi (Help-Int): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
995 * info.texi (Help-Q): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
996 * info.texi (Advanced): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
997 * info.texi (Search Text): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
998 * info.texi (Search Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
999 * info.texi (Go to node): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1000 * info.texi (Choose menu subtopic): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1001 * info.texi (Create Info buffer): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1002 * info.texi (XEmacs Info Variables): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1003 * info.texi (Expert Info): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1004 * info.texi (Add): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1005 * info.texi (Menus): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1006 * info.texi (Cross-refs): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1007 * info.texi (Help-Cross): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1008 * info.texi (Tags): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1009 * info.texi (Checking): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1010 * info.texi (Index): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1011 * texinfo.tex: |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1012 * texinfo.tex (paragraphindent{%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1013 * texinfo.tex (sectionheading will have): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1014 * texinfo.tex (chapterzzz{#3}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1015 * texinfo.tex (subsubsection = \numberedsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1016 * texinfo.tex (subsubsection = \appendixsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1017 * texinfo.tex (subsubsection = \unnumberedsubsubsec): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1018 * texinfo.tex (sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1019 * texinfo.tex (sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1020 * texinfo.tex (sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1021 * texinfo.tex (sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1022 * texinfo.tex (sectionheading{#1}{subsec}{Yappendix}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1023 * texinfo.tex (sectionheading{#1}{subsec}{Ynothing}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1024 * texinfo.tex (sectionheading{#1}{subsubsec}{Ynumbered}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1025 * texinfo.tex (sectionheading{#1}{subsubsec}{Yappendix}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1026 * texinfo.tex (sectionheading{#1}{subsubsec}{Ynothing}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1027 * texinfo.tex (sectionheading{#1}{subsubsec}{Yomitfromtoc}{}): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1028 * texinfo.tex (sectionheading to do the printing.): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1029 * texinfo.tex (sectionlevel}{#1}{#4}%): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1030 * texinfo.tex (sectionheading, q.v.): |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1031 Sync with FSF 23.1.92. |
64be8a494bdc
Backed out changeset a7da359711ce, restoring Ben's GPLv3 manual changes.
Aidan Kehoe <kehoea@parhasard.net>
parents:
5496
diff
changeset
|
1032 |
5028
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1033 2010-02-10 Stephen J. Turnbull <stephen@xemacs.org> |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1034 |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1035 * xemacs-faq.texi (Top): Update menu. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1036 (Legacy Versions): Update next pointer. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1037 (Bleeding Edge): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1038 (Q11.0.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1039 (Q11.0.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1040 (Q11.0.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1041 (Q11.0.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1042 (Q11.0.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1043 (Q11.1.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1044 (Q11.2.1): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1045 (Q11.2.2): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1046 (Q11.2.3): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1047 (Q11.2.4): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1048 (Q11.2.5): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1049 (Q11.2.6): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1050 (Q11.2.7): |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1051 New nodes, describing repositories and VCS usage. |
b7232de2a937
Add information about repos and VCSes to FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
5024
diff
changeset
|
1052 |
5011 | 1053 2010-02-08 Ben Wing <ben@xemacs.org> |
1054 | |
1055 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1056 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
1057 DEC Alpha is hardly the only 64-bit processor any more. | |
1058 Also, ERROR_CHECK_TYPECHECK is now ERROR_CHECK_TYPES. | |
1059 | |
5007
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1060 2010-02-08 Jerry James <james@xemacs.org> |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1061 |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1062 * emodules.texi: Relicense as GPL v2 or later, using J. Kean |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1063 Johnston's blanket permission for such relicensing of his works. |
bb6a375da086
Relicense J. Kean Johnston's emodules.texi as GPL v2 or later. See
Jerry James <james@xemacs.org>
parents:
4984
diff
changeset
|
1064 |
4984 | 1065 2010-02-05 Ben Wing <ben@xemacs.org> |
1066 | |
1067 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
1068 * internals/internals.texi (Conversion to and from External Data): | |
1069 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
1070 Correct names of files renamed common -> xlike. | |
1071 Fix up outdated explanation of old-style DFC conversion macros. | |
1072 Add a section on the different types of character and their uses, | |
1073 taken from a long comment in lisp.h. | |
1074 | |
4953
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1075 2010-01-27 Ben Wing <ben@xemacs.org> |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1076 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1077 * internals/internals.texi (lrecords): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1078 * internals/internals.texi (The DFC API): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1079 * internals/internals.texi (Conversion to and from External Data): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1080 * internals/internals.texi (Mule-izing Code): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1081 * internals/internals.texi (Pervasive changes throughout XEmacs sources): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1082 * internals/internals.texi (Ben's README): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1083 * internals/internals.texi (Future Work -- Localized Text/Messages): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1084 * emodules.texi (Defining Variables): |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1085 Rename: |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1086 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1087 write_c_string -> write_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1088 build_intstring -> build_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1089 build_string -> build_cistring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1090 build_ext_string -> build_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1091 make_ext_string -> make_extstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1092 buffer_insert_c_string -> buffer_insert_ascstring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1093 intern_int -> intern_istring |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1094 |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1095 See comment in src/ChangeLog about this. |
304aebb79cd3
function renamings to track names of char typedefs
Ben Wing <ben@xemacs.org>
parents:
4820
diff
changeset
|
1096 |
4917 | 1097 2010-02-03 Ben Wing <ben@xemacs.org> |
1098 | |
1099 * internals/internals.texi (Top): | |
1100 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
1101 * internals/internals.texi (Ben's README): | |
1102 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
1103 * internals/internals.texi (Window Hierarchy): | |
1104 * internals/internals.texi (The Window Object): | |
1105 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
1106 * internals/internals.texi (Window-System Support): | |
1107 * internals/internals.texi (Creating a Window-System Type): | |
1108 * internals/internals.texi (Discussion -- Garbage Collection): | |
1109 Update the part at the top about how to maintain the file with | |
1110 more tips. | |
1111 | |
1112 Add a chapter on "window-system support" describing in a general | |
1113 way how the support for different window systems/device types | |
1114 works, including the separation between device-independent and | |
1115 device-dependent parts, device methods, the specific device types | |
1116 and the "xlike" pseudo-type. | |
1117 | |
4905
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1118 2010-01-31 Aidan Kehoe <kehoea@parhasard.net> |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1119 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1120 * xemacs/programs.texi (Defuns): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1121 * lispref/variables.texi (Local Variables, Defining Variables) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1122 (Setting Variables, Default Value): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1123 * lispref/symbols.texi (Definitions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1124 * lispref/searching.texi (Saving Match Data): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1125 * lispref/positions.texi (Excursions, Narrowing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1126 * lispref/objects.texi (Primitive Function Type): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1127 * lispref/macros.texi (Defining Macros, Backquote): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1128 * lispref/lispref.texi (Top): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1129 * lispref/intro.texi (A Sample Function Description): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1130 * lispref/help.texi (Help Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1131 * lispref/functions.texi (What Is a Function, Simple Lambda) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1132 (Defining Functions, Calling Functions, Anonymous Functions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1133 * lispref/frames.texi (Input Focus): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1134 * lispref/eval.texi (Forms, Function Indirection) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1135 (Special Operators, Quoting): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1136 * lispref/edebug-inc.texi (Instrumenting) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1137 (Specification Examples): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1138 * lispref/debugging.texi (Internals of Debugger): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1139 * lispref/control.texi (Control Structures, Sequencing): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1140 (Conditionals, Combining Conditions, Iteration): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1141 (Catch and Throw, Handling Errors): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1142 * lispref/commands.texi (Defining Commands, Using Interactive): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1143 Terminology change; special operator -> special form. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1144 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1145 Don't attempt to change this in texinfo.texi or cl.texi, which use |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1146 macros I don't understand. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1147 |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1148 * lispref/macros.texi (Defining Macros): Give an anonymous macro |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1149 example here. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1150 * lispref/positions.texi (Excursions): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1151 Correct some documentation that called a couple of macros special |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1152 forms. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1153 * lispref/searching.texi (Saving Match Data): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1154 Drop some documentation of how to write code that works with Emacs |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1155 18. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1156 * lispref/specifiers.texi (Adding Specifications): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1157 Correct this; #'let-specifier is a macro, not a special operator. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1158 * lispref/windows.texi (Window Configurations) |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1159 (Selecting Windows): |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1160 Correct this, #'save-selected-window and #'save-window-excursion |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1161 are macros, not special operators. |
755ae5b97edb
Change "special form" to "special operator" in our sources.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4894
diff
changeset
|
1162 |
4894
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1163 2010-01-28 Jerry James <loganjerry@gmail.com> |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1164 |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1165 * external-widget.texi: Add copyright and license boilerplate text |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1166 based on Ben's recollections. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1167 * lispref/internationalization.texi (Documentation String Extraction): |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1168 Removed, as it refers to the obsolete make-po program. |
03ab78e48ef6
Add copyright and license information based on Ben's recollections.
Jerry James <james@xemacs.org>
parents:
4885
diff
changeset
|
1169 |
4885
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1170 2010-01-23 Aidan Kehoe <kehoea@parhasard.net> |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1171 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1172 Generally: be careful to say fixnum, not integer, when talking |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1173 about fixed-precision integral types. I'm sure I've missed |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1174 instances, both here and in the docstrings, but this is a decent |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1175 start. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1176 |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1177 * lispref/text.texi (Columns): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1178 Document where only fixnums, not integers generally, are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1179 (Registers): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1180 Remove some ancient char-int confoundance here. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1181 * lispref/strings.texi (Creating Strings, Creating Strings): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1182 Be more exact in describing where fixnums but not integers in |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1183 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1184 (Creating Strings): Use a more contemporary example to illustrate |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1185 how concat deals with lists including integers about #xFF. Delete |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1186 some obsolete documentation on same. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1187 (Char Table Types): Document that only fixnums are accepted as |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1188 values in syntax tables. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1189 * lispref/searching.texi (String Search, Search and Replace): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1190 Be exact in describing where fixnums but not integers in general |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1191 are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1192 * lispref/range-tables.texi (Range Tables): Be exact in describing |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1193 them; only fixnums are accepted to describe ranges. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1194 * lispref/os.texi (Killing XEmacs, User Identification) |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1195 (Time of Day, Time Conversion): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1196 Be more exact about using fixnum where only fixed-precision |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1197 integers are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1198 * lispref/objects.texi (Integer Type): Be more exact (and |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1199 up-to-date) about the possible values for |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1200 integers. Cross-reference to documentation of the bignum extension. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1201 (Equality Predicates): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1202 (Range Table Type): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1203 (Array Type): Use fixnum, not integer, to describe a |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1204 fixed-precision integer. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1205 (Syntax Table Type): Correct some English syntax here. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1206 * lispref/numbers.texi (Numbers): Change the phrasing here to use |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1207 fixnum to mean the fixed-precision integers normal in emacs. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1208 Document that our terminology deviates from that of Common Lisp, |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1209 and that we're working on it. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1210 (Compatibility Issues): Reiterate the Common Lisp versus Emacs |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1211 Lisp compatibility issues. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1212 (Comparison of Numbers, Arithmetic Operations): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1213 * lispref/commands.texi (Command Loop Info, Working With Events): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1214 * lispref/buffers.texi (Modification Time): |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1215 Be more exact in describing where fixnums but not integers in |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1216 general are accepted. |
6772ce4d982b
Fix hash tables, #'member*, #'assoc*, #'eql compiler macros if bignums
Aidan Kehoe <kehoea@parhasard.net>
parents:
4820
diff
changeset
|
1217 |
4803
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1218 2010-01-06 Jerry James <james@xemacs.org> |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1219 |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1220 * internals/internals.texi (Debugging and Testing): Document |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1221 valgrind configuration and use. |
5d120deb60ca
Enable rudimentary support for valgrind, including functions that tell valgrind
Jerry James <james@xemacs.org>
parents:
4792
diff
changeset
|
1222 |
4790
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
1223 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
|
1224 |
bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
Jerry James <james@xemacs.org>
parents:
4771
diff
changeset
|
1225 * 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
|
1226 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
|
1227 * 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
|
1228 (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
|
1229 (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
|
1230 |
4771
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1231 2009-12-10 Jerry James <james@xemacs.org> |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1232 |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1233 * lispref/processes.texi (Functions that Create Subprocesses): Refer |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1234 to etags instead of the obsolete wakeup program. |
e0b8ef850996
Remove more obsolete files.
Jerry James <james@xemacs.org>
parents:
4769
diff
changeset
|
1235 |
4769
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
1236 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
|
1237 |
5460287a3327
Remove support for pre-X11R5 systems, including systems without Xmu. See
Jerry James <james@xemacs.org>
parents:
4759
diff
changeset
|
1238 * 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
|
1239 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
|
1240 (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
|
1241 |
4820
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1242 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1243 |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1244 * lispref/objects.texi (Hash Table Type): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1245 * lispref/hash-tables.texi (Introduction to Hash Tables): |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1246 Use keywords, not ordinary symbols, in the hash table read syntax; |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1247 document that we do accept the ordinary symbols for the sake of |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1248 backward-compatiblity. |
e6dec75ded0e
Use keywords, not ordinary symbols, in the structure syntax for hash tables.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4803
diff
changeset
|
1249 |
4759
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1250 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
|
1251 |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1252 * 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
|
1253 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
|
1254 (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
|
1255 deleted files. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1256 (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
|
1257 (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
|
1258 NeXTstep. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1259 * 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
|
1260 old unsupported systems. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1261 * 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
|
1262 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
|
1263 * 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
|
1264 Ditto. |
aa5ed11f473b
Remove support for obsolete systems. See xemacs-patches message with ID
Jerry James <james@xemacs.org>
parents:
4708
diff
changeset
|
1265 |
4792
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
1266 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
|
1267 |
95b04754ea8c
Make #'equalp more compatible with CL; add a compiler macro, test & doc it.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4790
diff
changeset
|
1268 * 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
|
1269 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
|
1270 |
4708
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
1271 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
|
1272 |
1cecc3e9f0a0
Use giflib or libungif to provide GIF support, instead of using internal
Jerry James <james@xemacs.org>
parents:
4678
diff
changeset
|
1273 * 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
|
1274 "(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
|
1275 (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
|
1276 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
|
1277 * 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
|
1278 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
|
1279 * 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
|
1280 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
|
1281 |
4678
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1282 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
|
1283 |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1284 * lispref/numbers.texi (Bigfloat Basics): |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1285 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
|
1286 off in mid-sentence). |
b5e1d4f6b66f
Make #'floor, #'ceiling, #'round, #'truncate conform to Common Lisp.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4677
diff
changeset
|
1287 |
4677
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1288 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
|
1289 |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1290 * cl.texi (Organization): |
8f1ee2d15784
Support full Common Lisp multiple values in C.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4668
diff
changeset
|
1291 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
|
1292 |
4668
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1293 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
|
1294 |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1295 * 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
|
1296 Small improvements. |
8b2a8ecf91cd
Improve redisplay docs in Internals a bit.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4666
diff
changeset
|
1297 |
4666
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1298 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
|
1299 |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1300 * 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
|
1301 from XftFont (now deprecated) to FcFontName. |
4c1a8323aa9a
Fix incorrect Xft resources in Info docs.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4658
diff
changeset
|
1302 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
|
1303 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
1304 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
|
1305 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4632
diff
changeset
|
1306 * 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
|
1307 |
4632
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1308 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
|
1309 |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1310 * internals/internals.texi: s/@urlref/@uref/g. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1311 (Lstreams): Add urefs to David Beasley tutorials. |
b93587f33338
Add urefs to Lstreams node.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4626
diff
changeset
|
1312 |
4658
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1313 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
|
1314 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1315 * 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
|
1316 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
|
1317 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
|
1318 |
fd2495d78aac
Add FAQ on network slows (lookup order of DNS and /etc/hosts).
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4636
diff
changeset
|
1319 * 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
|
1320 * 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
|
1321 |
4625
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1322 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
|
1323 |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1324 * 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
|
1325 (Top): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1326 (Editing): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1327 (Q3.0.11): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1328 (Q3.1.1): |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1329 Fix up Next/Prev/Menu references. |
4527fc976aa3
Meta on Mac. <87prh51rni.fsf@xemacs.org>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4509
diff
changeset
|
1330 |
4601
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1331 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
|
1332 |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1333 * xemacs/xemacs.texi (Top): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1334 * xemacs/misc.texi (Emulation): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1335 * xemacs/building.texi (Lisp Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1336 (Compiling Libraries): |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1337 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
|
1338 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
|
1339 which is no longer available. |
7c7262c47538
Remove any reference to mocklisp as an active technology.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4509
diff
changeset
|
1340 |
4509
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1341 2008-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1342 |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1343 * 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
|
1344 antialiased fonts. |
dd12adb12b8f
Fix broken Xft FAQ.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4505
diff
changeset
|
1345 |
4505
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1346 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
|
1347 |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1348 * 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
|
1349 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
|
1350 (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
|
1351 alphabet. |
a5f1da0eb001
Document XFT support in the FAQ, better describe XEmacs pronunciation.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4488
diff
changeset
|
1352 |
4488 | 1353 2008-07-26 Ville Skyttä <scop@xemacs.org> |
1354 | |
1355 * xemacs/custom.texi, xemacs/frame.texi, xemacs/mule.texi, | |
1356 xemacs/packages.texi, xemacs/programs.texi, xemacs/trouble.texi: | |
1357 Spelling fixes. | |
1358 | |
4486
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1359 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
|
1360 |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1361 * lispref/objects.texi (Character Type): |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1362 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
|
1363 hexadecimal constant. |
f9104f0e9b91
Document the error on over-long hex character constants.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4485
diff
changeset
|
1364 |
4485
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1365 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
|
1366 |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1367 * lispref/variables.texi (Extent): |
57db42ba54fb
Correct a misspelling and add a space, lispref/variables.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4472
diff
changeset
|
1368 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
|
1369 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
|
1370 |
4472
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1371 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
|
1372 |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1373 * 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
|
1374 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
|
1375 commit. |
a99eb40f0b5b
Correct an omitted word, expand on bignum equality in the lispref.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4471
diff
changeset
|
1376 |
4471
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
1377 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
|
1378 |
2d39535e1f9d
Say explicitly that eq is useful for chars; xref number comparison, lispref
Aidan Kehoe <kehoea@parhasard.net>
parents:
4466
diff
changeset
|
1379 * 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
|
1380 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
|
1381 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
|
1382 #'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
|
1383 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
|
1384 |
4466
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
1385 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
|
1386 |
969a957a44ac
Prevent #'batch-texinfo-format choking on man/internals/internals.texi
Aidan Kehoe <kehoea@parhasard.net>
parents:
4450
diff
changeset
|
1387 * 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
|
1388 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
|
1389 #'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
|
1390 |
4448
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1391 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
|
1392 |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1393 * 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
|
1394 Describe --script, -script. |
fd8a9a4d81d9
Support #!, to allow XEmacs to be called as a script interpreter.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4329
diff
changeset
|
1395 |
4427
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1396 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
|
1397 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1398 * 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
|
1399 (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
|
1400 New nodes. |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1401 (Top): |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1402 (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
|
1403 (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
|
1404 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
|
1405 |
cff4ad0ab682
Document "lifting to Lisp". <87tzjvx8lu.fsf@uwakimon.sk.tsukuba.ac.jp>
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4329
diff
changeset
|
1406 (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
|
1407 |
4329
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
1408 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
|
1409 |
d9eb5ea14f65
Provide %b in #'format; use it for converting between ints and bit vectors.
Aidan Kehoe <kehoea@parhasard.net>
parents:
4320
diff
changeset
|
1410 * 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
|
1411 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
|
1412 |
4320 | 1413 2007-12-10 Ville Skyttä <scop@xemacs.org> |
1414 | |
1415 * internals/internals.texi: Spelling fixes. | |
1416 | |
4313
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
1417 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
|
1418 |
0d2e738dfcd0
Forgotten ChangeLog entry for changesets 4311 and 4312.
"Ville Skyttä <scop@xemacs.org>"
parents:
4291
diff
changeset
|
1419 * 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
|
1420 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
|
1421 |
4291 | 1422 2007-11-28 Aidan Kehoe <kehoea@parhasard.net> |
1423 | |
1424 * internals/internals.texi (Ibytes and Ichars): | |
1425 Cross reference to the Mule docs describing these typedefs, | |
1426 instead of saying Not yet documented. | |
1427 | |
4265 | 1428 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
1429 | |
1430 * lispref/objects.texi (String Type): | |
1431 Describe how one can include a trailing backslash in a raw string, | |
1432 by means of the Unicode escape syntax. | |
1433 | |
4264 | 1434 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> |
1435 | |
1436 * xemacs/keystrokes.texi (Character Representation): | |
1437 Clarify the description of which characters are displayed as | |
1438 themselves and which as octal escapes bzw. "control" characters | |
1439 with an initial caret. | |
1440 | |
4225 | 1441 2007-10-15 Adrian Aichner <adrian@xemacs.org> |
1442 | |
1443 * Makefile (info_files): Sync nt/xemacs.mak and man/Makefile. | |
1444 Sort enries to easy future syncs. | |
1445 | |
4199 | 1446 2007-09-22 Stephen J. Turnbull <stephen@xemacs.org> |
1447 | |
1448 * lispref/searching.texi (Replacing Match): Document the escapes | |
1449 for changing case in `replace-match'. Document the change to | |
1450 STRBUFFER to permit subexpressions in string replacement. | |
1451 | |
4196 | 1452 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
1453 | |
1454 * Makefile (TEXI2HTML_NOSPLIT): New. | |
1455 * Makefile ($(HTMLDIR)/beta.html): Use TEXI2HTML_NOSPLIT. | |
1456 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
1457 | |
4195 | 1458 2007-09-30 Adrian Aichner <adrian@xemacs.org> |
1459 | |
1460 * Makefile (TEXI2HTML): Refactor TEXI2HTML for use by | |
1461 xemacsweb/Documentation/Makefile. | |
1462 | |
4143 | 1463 2007-08-25 Adrian Aichner <adrian@xemacs.org> |
1464 | |
1465 * internals/internals.texi (Through Version 18): Fix error in | |
1466 Emacs Timeline URL. | |
1467 * internals/internals.texi (Better Rendering Support -- Configuration with the Interim Patches): | |
1468 | |
4039 | 1469 2007-06-27 Aidan Kehoe <kehoea@parhasard.net> |
1470 | |
1471 * lispref/variables.texi (Extent): | |
1472 Mention that lexical scope is available using lexical-let and | |
1473 lexical-let* in cl-macs, instead of ignoring them entirely. | |
1474 | |
3979 | 1475 2007-05-21 Ville Skyttä <scop@xemacs.org> |
1476 | |
1477 * internals/internals.texi: Fix corrupted/oddly encoded chars. | |
1478 * lispref/ldap.texi: Ditto. | |
1479 | |
3975 | 1480 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
1481 | |
1482 * XEmacs 21.5.28 "fuki" is released. | |
1483 | |
3955 | 1484 2007-05-15 Aidan Kehoe <kehoea@parhasard.net> |
1485 | |
1486 * internals/internals.texi: | |
1487 Replace an inaccurate description of the read syntax of a Kanji | |
1488 character with one using the recently-added Unicode escapes. Also | |
1489 update the size of an Ichar; they're now 21-bit integers, not | |
1490 19-bit integers. | |
1491 | |
3930 | 1492 2007-04-30 Stephen J. Turnbull <stephen@xemacs.org> |
1493 | |
1494 * internals/internals.texi (Creating a New Console/Device/Frame Type): | |
1495 Typo fix. | |
1496 | |
3773 | 1497 2007-01-01 Malcolm Purvis <malcolmp@xemacs.org> |
1498 | |
1499 * internals/internals.texi (Ben's README): Use 'grep -F' instead | |
1500 of fgrep. | |
1501 | |
3772 | 1502 2006-11-07 Robert Pluim <rpluim@gmail.com> |
1503 | |
1504 * lispref/os.texi (User Identification): The code uses HOMEPATH, | |
1505 not HOMEDIR. | |
1506 | |
3711 | 1507 2006-11-29 Aidan Kehoe <kehoea@parhasard.net> |
1508 | |
1509 * xemacs/custom.texi (Face Resources): | |
1510 Mention that the user should use full XLFD forms for specifying | |
1511 fonts, and that Mule builds reject the short forms by | |
1512 default. Also mention the work-around to the latter design choice | |
1513 that was implemented for Ilya. | |
1514 | |
3685 | 1515 2006-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
1516 | |
1517 * internals/internals.texi | |
1518 (Better Rendering Support -- Configuration with the Interim Patches): | |
1519 Fix examples of configuration via X resources. | |
1520 (Better Rendering Support -- Implementation): Fix description of | |
1521 xftFont resources, introduce fcFontName resource. | |
1522 | |
3674 | 1523 2006-11-11 Aidan Kehoe <kehoea@parhasard.net> |
1524 | |
1525 * lispref/faces.texi (Face Convenience Functions): | |
1526 Add information on how to specify a face's font for a given Mule | |
1527 charset. | |
1528 | |
1529 * lispref/specifiers.texi (Specifiers): | |
1530 * lispref/specifiers.texi (Simple Specifier Usage): | |
1531 * lispref/specifiers.texi (Specifiers In-Depth): | |
1532 * lispref/specifiers.texi (Specifier Tag Functions): | |
1533 * lispref/specifiers.texi (Specifier Instantiation Functions): | |
1534 Update the documentation of specifiers to reflect the new support | |
1535 for Mule character sets and associating tags with them. | |
1536 | |
3543 | 1537 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
1538 | |
1539 * lispref/objects.texi (String Type): | |
1540 Give details of the raw string syntax, taken from SXEmacs and | |
1541 Python. | |
1542 | |
3516 | 1543 2006-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
1544 | |
1545 * new-users-guide/edit.texi (Insert): Document bogosity in | |
1546 vendor labeling of DEL key. | |
1547 (Numeric Argument): Remove spurious RETs from keystroke examples. | |
1548 Thanks to Michael C. Wescott <wescott@sc.rr.com>. | |
1549 | |
3510 | 1550 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> |
1551 | |
1552 * xemacs/custom.texi (File Variables): | |
1553 Make it clearer that file variables are buffer-local. | |
1554 * xemacs/custom.texi (Faces): | |
1555 "must be encoding" -> "must be encoded". | |
1556 | |
1557 2006-07-16 Aidan Kehoe <kehoea@parhasard.net> | |
1558 | |
1559 * lispref/variables.texi (Creating Buffer-Local): | |
1560 Mention that buffer-local variables are created when file local | |
1561 variables are set. | |
1562 | |
3496 | 1563 2006-07-08 Aidan Kehoe <kehoea@parhasard.net> |
1564 | |
1565 * internals/internals.texi (Internal String Encoding): | |
1566 Mention that UTF-8 would be a reasonable alternative encoding. | |
1567 * internals/internals.texi (Internal Character Encoding): | |
1568 Re-arrange the description of characters to deal with 21-bit | |
1569 characters. | |
1570 | |
3439 | 1571 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
1572 | |
1573 * lispref/mule.texi (CCL Syntax): | |
1574 * lispref/mule.texi (CCL Statements): | |
1575 Describe the mule-to-unicode and unicode-to-mule statements; | |
1576 rename the section they are described in. | |
1577 | |
3404 | 1578 2006-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
1579 | |
1580 * xemacs-faq.texi (Q2.2.3): New node. | |
1581 (Q2.2.2, Q2.3.1): Fix navigation references. | |
1582 (Top, Installation): Add to menus. | |
1583 | |
3402 | 1584 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
1585 | |
1586 * XEmacs 21.5.27 "fiddleheads" is released. | |
1587 | |
3388 | 1588 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
1589 | |
1590 * beta.texi (Building Beta XEmacs): Rename 'Compiling' -> 'Building'. | |
1591 (Reporting Problems): Improve it, make it a top-level node, add | |
1592 some vertical spacing to make node breaks more visible. | |
1593 (Getting the Source): Flesh it out a bit and move it to the | |
1594 Building Beta XEmacs node. | |
1595 | |
3387 | 1596 2006-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
1597 | |
1598 * xemacs/custom.texi (Xft Font Customization): New node. | |
1599 (Faces): Create menu, add new node. | |
1600 * xemacs/xemacs.texi (Top): add new node to detail menu. | |
1601 | |
3367 | 1602 2006-04-29 Aidan Kehoe <kehoea@parhasard.net> |
1603 | |
1604 * lispref/objects.texi (Character Type): | |
1605 Document the Unicode syntax for characters in characters and | |
1606 strings. | |
1607 | |
3354 | 1608 2006-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
1609 | |
1610 * internals/internals.texi: Run texinfo-master-menu. | |
1611 (Creating a New Console/Device/Frame Type): New node. | |
1612 | |
3323 | 1613 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
1614 | |
1615 * XEmacs 21.5.26 "endive" is released. | |
1616 | |
3322 | 1617 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
1618 | |
1619 Miscellaneous doc cleanup, parts 2-4: move CHANGES-msw, | |
1620 TODO.ben-mule-21-5, README.ben-mule-21-5, and | |
1621 README.ben-separate-stderr to Internals Manual. | |
1622 | |
1623 * internals/internals.texi (Ben's TODO list): | |
1624 (CHANGES from 21.4-windows branch): | |
1625 (Ben's README): | |
1626 (Ben's separate stderr notes): | |
1627 New nodes. | |
1628 | |
1629 (Subprocesses): Add "Ben's separate stderr notes" to menu. | |
1630 (The Great Mule Merge of March 2002): Add "Ben's TODO list" and | |
1631 "Ben's README" to menu. | |
1632 (Interface to MS Windows): Add "CHANGES from 21.4-windows branch" | |
1633 to menu. | |
1634 | |
1635 (Top): Update detailmenu. | |
1636 | |
1637 2006-03-30 Stephen J. Turnbull <stephen@xemacs.org> | |
1638 | |
1639 Miscellaneous doc cleanup, part 1: move CHANGES-ben-mule to | |
1640 Internals Manual. | |
1641 | |
1642 * internals/internals.texi (The Great Mule Merge of March 2002): | |
1643 Insert CHANGES-ben-mule here, and reformat for Texinfo. | |
1644 | |
3260 | 1645 2006-02-26 Mike Sperber <mike@xemacs.org> |
1646 | |
1647 * xemacs/building.texi (External Lisp): Document that `run-lisp' | |
1648 needs the os-utils package. | |
1649 | |
3259 | 1650 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
1651 | |
1652 * XEmacs 21.5.25 "eggplant" is released. | |
1653 | |
3179 | 1654 2005-11-25 Mike Sperber <mike@xemacs.org> |
1655 | |
1656 * lispref/packaging.texi (The User View): | |
1657 * xemacs/startup.texi (Startup Paths): | |
1658 * xemacs-faq.texi (Q2.1.6): Document new configure options and | |
1659 environment variables for | |
1660 package locations. | |
1661 | |
3171 | 1662 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> |
1663 | |
1664 * xemacs/keystrokes.texi (Keystrokes): | |
1665 Add new node on keyboards with which one can't type Latin. | |
1666 * xemacs/keystrokes.texi (Non-Latin keyboards): | |
1667 Describe the support for falling back to a US key layout on | |
1668 keyboards where typing the Roman alphabet is difficult. | |
1669 | |
3150 | 1670 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
1671 | |
1672 * XEmacs 21.5.24 "dandelion" is released. | |
1673 | |
3147 | 1674 2005-12-09 Malcolm Purvis <malcolmp@xemacs.org> |
1675 | |
1676 * internals/internals.texi (The configure Script): Documented | |
1677 more fully the behaviour of complex options. Provided examples. | |
1678 | |
3128 | 1679 2005-12-03 Adrian Aichner <adrian@xemacs.org> |
1680 | |
1681 * custom.texi (Declaring Variables): Typo fixes. | |
1682 | |
3111 | 1683 2005-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
1684 | |
1685 * xemacs/custom.texi (Faces): Describe some of the more important | |
1686 font naming syntaxes under `set-face-font'. Fix a typo. | |
1687 | |
3094 | 1688 2005-11-22 Stephen J. Turnbull <stephen@xemacs.org> |
1689 | |
1690 * internals/internals.texi (Working with Lisp Objects): Explain | |
1691 better why DEFSYMBOL is usually preferable to intern. | |
1692 | |
3073 | 1693 2005-11-08 Malcolm Purvis <malcolmp@xemacs.org> |
1694 | |
1695 * internals/internals.texi (The configure Script): Added the | |
1696 definition of the new macro XE_HELP_SUBSECTION. | |
1697 | |
3062 | 1698 2005-11-13 Ben Wing <ben@xemacs.org> |
1699 | |
1700 * Makefile: | |
1701 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
1702 Do some refactoring for cleanliness. | |
1703 | |
3059 | 1704 2005-11-13 Ben Wing <ben@xemacs.org> |
1705 | |
1706 * internals/internals.texi (Top): | |
1707 * internals/internals.texi (CVS Techniques): | |
1708 * internals/internals.texi (Creating a Branch): | |
1709 * internals/internals.texi (Merging a Branch into the Trunk): | |
1710 Add node on Creating a Branch. Update info concerning problems | |
1711 with rtag on symlinks. (#### Is this still valid?) | |
1712 | |
3031 | 1713 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
1714 | |
1715 * XEmacs 21.5.23 "daikon" is released. | |
1716 | |
3018 | 1717 2005-10-20 Malcolm Purvis <malcolmp@xemacs.org> |
1718 | |
1719 * xemacs-faq.texi (Q1.2.2): | |
1720 * xemacs-faq.texi (Q2.1.1): | |
1721 * xemacs-faq.texi (Q2.1.6): | |
1722 * xemacs-faq.texi (Q2.2.1): | |
1723 * xemacs-faq.texi (Q2.3.6): | |
1724 * xemacs-faq.texi (Q2.4.3): | |
1725 * xemacs-faq.texi (Q2.4.4): | |
1726 * xemacs-faq.texi (Q2.4.7): | |
1727 * xemacs-faq.texi (Q5.3.3): | |
1728 * xemacs-faq.texi (Q6.0.8): | |
1729 * xemacs-faq.texi (Q7.2.1): | |
1730 Add 21.5 specific examples of configure options in addition to the | |
1731 existing 21.4 ones. | |
1732 | |
3003 | 1733 2005-10-15 Malcolm Purvis <malcolmp@xemacs.org> |
1734 | |
1735 * internals/internals.texi: "API's" -> "APIs". This fixes | |
1736 problems generating dvi and pdf versions. | |
1737 * internals/internals.texi (The configure Script): | |
1738 Describe the use of XE_MERGED_ARG. | |
1739 | |
2995 | 1740 2005-10-13 Ben Wing <ben@xemacs.org> |
1741 | |
1742 * xemacs-faq.texi (Top): | |
1743 * xemacs-faq.texi (External Subsystems): | |
1744 * xemacs-faq.texi (Q5.4.4): | |
1745 * xemacs-faq.texi (Q5.4.5): | |
1746 * xemacs-faq.texi (Q5.4.6): | |
1747 Add question about need to run `rebaseall' under Cygwin. | |
1748 | |
2972 | 1749 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
1750 | |
1751 * emodules.texi (Distribution with XEmacs): New node describing | |
1752 organization of module-related code in top-level configure.ac and | |
1753 src/Makefile.in.in. | |
1754 | |
2960 | 1755 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1756 | |
1757 * lispref/compile.texi (Compilation Options): Lowercase SYMBOL | |
1758 argument in `byte-compile-print-gensym' documentation, as | |
1759 suggested by Stephen. | |
1760 | |
2955 | 1761 2005-09-27 Adrian Aichner <adrian@xemacs.org> |
1762 | |
1763 * lispref/packaging.texi: Get file to compile with teinfmt.el. | |
1764 * lispref/packaging.texi (Packaging): Ditto. | |
1765 * lispref/packaging.texi (Package Overview): Ditto. | |
1766 * lispref/packaging.texi (The User View): Ditto. | |
1767 * lispref/packaging.texi (The Library Maintainer View): Ditto. | |
1768 * lispref/packaging.texi (Infrastructure): Ditto. | |
1769 * lispref/packaging.texi (Obtaining): Ditto. | |
1770 * lispref/packaging.texi (Local.rules File): Ditto. | |
1771 * lispref/packaging.texi (package-info.in): Ditto. | |
1772 * lispref/packaging.texi (Makefile): Ditto. | |
1773 * lispref/packaging.texi (Documenting Packages): Ditto. | |
1774 | |
1775 2005-09-27 Adrian Aichner <adrian@xemacs.org> | |
1776 | |
1777 * internals/internals.texi (A Summary of the Various XEmacs | |
1778 Modules): Get file to compile with texinfmt.el. | |
1779 * internals/internals.texi (Windows Build Flags): Ditto. | |
1780 | |
2953 | 1781 2005-09-26 Ben Wing <ben@xemacs.org> |
1782 | |
1783 * lispref/glyphs.texi (Images): | |
1784 * lispref/glyphs.texi (Image Instantiators): | |
1785 * lispref/glyphs.texi (Image Instantiator Formats): | |
1786 * lispref/glyphs.texi (Image Instances): | |
1787 * lispref/glyphs.texi (Image Instance Functions): | |
1788 * lispref/glyphs.texi (Creating Glyphs): | |
1789 * lispref/glyphs.texi (Lisp API to Native Widgets): | |
1790 * lispref/glyphs.texi (Glyph Properties): | |
1791 * lispref/glyphs.texi (Glyph Examples): | |
1792 * lispref/lispref.texi (Top): | |
1793 * lispref/specifiers.texi (Specifiers): | |
1794 * lispref/specifiers.texi (Introduction to Specifiers): | |
1795 * lispref/specifiers.texi (Simple Specifier Usage): | |
1796 * lispref/specifiers.texi (Specifiers In-Depth): | |
1797 * lispref/specifiers.texi (Specifier Instantiation): | |
1798 * lispref/specifiers.texi (Retrieving Specifications): | |
1799 * lispref/specifiers.texi (Specifier Tag Functions): | |
1800 * lispref/specifiers.texi (Specifier Validation Functions): | |
1801 Use "instantiation" not "instancing". Fix some places where | |
1802 "specifier" is used to mean "instantiator". | |
1803 | |
2949 | 1804 2005-09-25 Adrian Aichner <adrian@xemacs.org> |
1805 | |
1806 * lispref/compile.texi (Compilation Options): Supply missing | |
1807 argument to @var{}, using same SYMBOL as in variable docstring of | |
1808 `byte-compile-print-gensym'. | |
1809 | |
2931 | 1810 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
1811 | |
1812 * XEmacs 21.5.22 "cucumber" is released. | |
1813 | |
2867 | 1814 2005-07-20 Didier Verna <didier@xemacs.org> |
1815 | |
1816 * lispref/faces.texi (Basic Face Functions): Rephrase the face | |
1817 aliasing paragraph following a suggestion from Stephen J. | |
1818 Turnbull. | |
1819 | |
2865 | 1820 2005-07-19 Didier Verna <didier@xemacs.org> |
1821 | |
1822 * lispref/faces.texi (Basic Face Functions): Document the face | |
1823 aliasing feature. | |
1824 | |
2862 | 1825 2005-07-17 Aidan Kehoe <kehoea@parhasard.net> |
1826 | |
1827 * lispref/commands.texi (Converting Events): | |
1828 Give details on the deprecated ALLOW-NON-ASCII argument to | |
2865 | 1829 event-to-character, and why you shouldn't use it. |
2862 | 1830 |
2828 | 1831 2005-06-26 Aidan Kehoe <kehoea@parhasard.net> |
1832 | |
2865 | 1833 * lispref/commands.texi (Converting Events): |
2828 | 1834 * lispref/keymaps.texi (Key Sequences): |
1835 Stop pretending ASCII is an eight-bit character set, and remove | |
1836 documentation of event-to-character's vanished fourth argument. | |
1837 | |
1838 * internals/internals.texi (Old Future Work -- Improvements in | |
1839 support for non-ASCII (European) keysyms under X): | |
2865 | 1840 Rename the ascii-character property. |
1841 | |
2818 | 1842 2005-06-19 Aidan Kehoe <kehoea@parhasard.net> |
1843 | |
1844 * lispref/building.texi (Building XEmacs and Object Allocation): | |
2865 | 1845 Pure storage has been gone for half a decade or more. |
1846 * lispref/mule.texi (Internationalization Terminology): | |
1847 Phrase stuff a little more clearly, compare Mule with Unicode. | |
2818 | 1848 * lispref/lispref.texi (Top): |
2865 | 1849 Take out info on pure storage. |
2818 | 1850 |
2791 | 1851 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
1852 | |
1853 * XEmacs 21.5.21 "corn" is released. | |
1854 | |
2769 | 1855 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1856 | |
1857 * xemacs-faq.texi (Q3.2.5): (setq text-mode-hook | |
2865 | 1858 'turn-on-auto-fill) is not a good idea. |
2769 | 1859 |
2768 | 1860 2005-05-10 Aidan Kehoe <kehoea@parhasard.net> |
1861 | |
2865 | 1862 * xemacs/sending.texi (Sending Mail):Document that sendmail.el is |
1863 underfeatured and not getting better anytime soon; suggest using | |
1864 another mailer. | |
2768 | 1865 |
2757 | 1866 2005-05-05 Aidan Kehoe <kehoea@parhasard.net> |
1867 | |
1868 * xemacs/building.texi (Lisp Modes): | |
1869 * xemacs/building.texi (Lisp Interaction): | |
1870 * xemacs/entering.texi (Entering Emacs): | |
1871 * xemacs/menus.texi (File Menu): | |
1872 * xemacs/text.texi (Auto Fill): | |
1873 None of the keymaps I have access to have linefeed keys; they all | |
1874 use Return. As such, for new users, C-j is really the only option | |
1875 for evaluation in Lisp interaction mode, and should be documented | |
2865 | 1876 as such. |
1877 | |
3050 | 1878 2005-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
2736 | 1879 |
1880 * internals/internals.texi | |
1881 (Better Rendering Support -- Modern Font Support): | |
1882 (Modern Font Support -- Font Concepts): | |
1883 (Modern Font Support -- fontconfig): | |
1884 (Modern Font Support -- Xft): | |
1885 New nodes describing the Lisp API. | |
1886 (Future Work -- Better Rendering Support): | |
1887 Add Better Rendering Support -- Modern Font Support to menu. | |
1888 | |
1889 2005-04-05 Stephen J. Turnbull <stephen@xemacs.org> | |
1890 | |
1891 * xemacs/custom.texi (X Resources): Improve wording. | |
1892 | |
1893 2005-03-13 Stephen J. Turnbull <stephen@xemacs.org> | |
1894 | |
1895 * xemacs/custom.texi (Minor Modes): Improve general description. | |
1896 Add description of Pending Delete and Filladapt modes. | |
1897 (File Variables): Improve caution against invoking minor modes. | |
1898 (Syntax Entry): Strengthen caution against "\s ". | |
1899 | |
1900 * xemacs/major.texi (Major Modes): Improve accuracy of wording. | |
1901 (Mode Hooks): Describe use of hooks to invoke minor modes. | |
1902 | |
2715 | 1903 2005-04-06 Ben Wing <ben@xemacs.org> |
1904 | |
1905 * internals/internals.texi (Authorship of XEmacs): Copy authorship | |
1906 section from FAQ and comment out old info, which is quite out of | |
1907 date and full of typos. | |
1908 | |
2690 | 1909 2005-03-26 Aidan Kehoe <kehoea@parhasard.net> |
1910 | |
1911 * lispref/mule.texi (CCL Example): | |
2691 | 1912 char-int -> char-to-int, and hex 41 is decimal 65, both problems |
2865 | 1913 with my previous patch pointed out by Stephen. |
2690 | 1914 * lispref/mule.texi (The actual coding system): |
1915 Give information on the make-coding-system call, and where the | |
2865 | 1916 actual package can be found. |
1917 | |
2681 | 1918 2005-03-24 Aidan Kehoe <kehoea@parhasard.net> |
1919 | |
1920 * xemacs/custom.texi (X Resources): | |
1921 "Emacs" as the application class -> "XEmacs" as the application | |
1922 class, mention the old resource class determination behaviour, and | |
2865 | 1923 how one can temporarily re-instate it. |
1924 | |
2665 | 1925 2005-03-15 Stephen J. Turnbull <stephen@xemacs.org> |
1926 | |
1927 * internals/internals.texi (The XEmacs Split): | |
1928 * standards.texi (Option Table): | |
1929 Shut up makeinfo and hack-local-variables. | |
1930 | |
2662 | 1931 2005-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
1932 | |
1933 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
1934 Document compiler warnings when assert expands to empty statement. | |
1935 | |
2653 | 1936 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
1937 | |
1938 * XEmacs 21.5.20 "cilantro" is released. | |
1939 | |
2647 | 1940 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
1941 | |
1942 * beta.texi : Change configure arguments to the new autoconf 2.5 | |
1943 style configure. | |
1944 * internals/internals.texi (The Build Configuration System): Fill | |
1945 out the details. | |
1946 | |
2640 | 1947 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
1948 | |
1949 * lispref/mule.texi (CCL Example): Detail an implementation of the | |
2865 | 1950 web's URL encoding as a CCL coding system example. |
2640 | 1951 |
1952 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1953 | |
1954 * internals/internals.texi (The version.sh Script): New node. | |
1955 (XEmacs from the Perspective of Building): | |
1956 (Low-Level Modules): | |
1957 (The Build Configuration System): | |
1958 (Adding Configurable Features): | |
1959 Add or update references to the version.sh node and/or file. | |
1960 | |
1961 (XEmacs from the Perspective of Building): Improve text. | |
1962 | |
1963 | |
1964 2005-01-22 Stephen J. Turnbull <stephen@xemacs.org> | |
1965 | |
1966 * internals/internals.texi (XEmacs): Add XEmacs 21.4.16 to list. | |
1967 (The XEmacs Split): Add comments on untrue legal factoids. | |
1968 (The XEmacs Split): Add some @urefs for Jamie's commentary. | |
1969 | |
2608 | 1970 2005-02-23 Aidan Kehoe <kehoea@parhasard.net> |
1971 | |
1972 * lispref/searching.texi (Syntax of Regexps): | |
1973 Mention the \c and \C regular expression constructs; cross | |
2865 | 1974 reference to the Category Table documentation. |
2608 | 1975 |
2602 | 1976 2005-02-22 Stephen J. Turnbull <stephen@xemacs.org> |
1977 | |
1978 * internals/internals.texi (The version.sh Script): New node. | |
1979 (XEmacs from the Perspective of Building): | |
1980 (Low-Level Modules): | |
1981 (The Build Configuration System): | |
1982 (Adding Configurable Features): | |
1983 Add or update references to the version.sh node and/or file. | |
1984 | |
1985 (XEmacs from the Perspective of Building): Improve text. | |
1986 | |
2597 | 1987 2005-02-19 Stephen J. Turnbull <stephen@xemacs.org> |
1988 | |
1989 * internals/internals.texi (Introduction to Writing C Code): | |
1990 Change "mostly warning-free" to "warning-free" to encourage | |
1991 reporting warnings as bugs. | |
1992 (The configure Script): | |
1993 Incorporate Malcolm Purvis's notes from configure.ac. Document | |
1994 his implementations of keyword and complex options, and remove | |
1995 descriptions of my obsolete code. | |
1996 | |
1997 2005-01-16 Stephen J. Turnbull <stephen@xemacs.org> | |
1998 | |
1999 * internals/internals.texi (Better Rendering Support -- | |
2000 Configuration with the Interim Patches): | |
2001 Improve notes on configuration. | |
2002 | |
2003 2004-12-15 Stephen J. Turnbull <stephen@xemacs.org> | |
2004 | |
2005 * internals/internals.texi (Better Rendering Support -- | |
2006 Configuration with the Interim Patches): Menubar uses xftFont | |
2007 resource, too. | |
2008 | |
2009 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> | |
2010 | |
2011 * internals/internals.texi (XEmacs from the Perspective of | |
2012 Building): Mention autoconf. | |
2013 (The Modules of XEmacs): Point Next the The Build Configuration | |
2014 System and add Modules for Building XEmacs to the menu. | |
2015 (A Summary of the Various XEmacs Modules): Add Modules for | |
2016 Building XEmacs to menu, and Modules for Build Configuration, | |
2017 Modules for Compiling XEmacs, and Modules for Preloading Lisp to | |
2018 the table of sections. | |
2019 (Low-Level Modules): Point Previous to Modules for Building XEmacs. | |
2020 (Modules for Building XEmacs): | |
2021 (Modules for Build Configuration): | |
2022 (Modules for Compiling XEmacs): | |
2023 (Modules for Preloading Lisp): | |
2024 (The Build Configuration System): | |
2025 (Adding Configurable Features): | |
2026 (The configure Script): | |
2027 (The Makefile Precursors): | |
2028 New nodes. | |
2029 (Rules When Writing New C Code): | |
2030 Point Previous to The Build Configuration System. | |
2031 | |
2594 | 2032 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
2033 | |
2034 * XEmacs 21.5.19 "chives" is released. | |
2035 | |
2559 | 2036 2005-02-03 Ben Wing <ben@xemacs.org> |
2037 | |
2038 * xemacs-faq.texi: | |
2039 * xemacs-faq.texi (Top): | |
2040 * xemacs-faq.texi (Introduction): | |
2041 * xemacs-faq.texi (Q1.2.2): | |
2042 * xemacs-faq.texi (Q1.2.5): | |
2043 * xemacs-faq.texi (Q1.2.9): | |
2044 * xemacs-faq.texi (Q1.2.10): | |
2045 * xemacs-faq.texi (Q1.2.11): | |
2046 * xemacs-faq.texi (Q1.2.12): | |
2047 * xemacs-faq.texi (Q1.4.2): | |
2048 * xemacs-faq.texi (Q1.5.2): | |
2049 * xemacs-faq.texi (Q1.5.3): | |
2050 * xemacs-faq.texi (Q1.5.4): | |
2051 * xemacs-faq.texi (Q1.5.5): | |
2052 * xemacs-faq.texi (Q1.6.6): | |
2053 * xemacs-faq.texi (Q1.7.1): | |
2054 * xemacs-faq.texi (Q1.7.2): | |
2055 * xemacs-faq.texi (Q1.7.3): | |
2056 * xemacs-faq.texi (Q1.7.4): | |
2057 * xemacs-faq.texi (Installation): | |
2058 * xemacs-faq.texi (Q2.0.1): | |
2059 * xemacs-faq.texi (Q2.0.2): | |
2060 * xemacs-faq.texi (Q2.0.3): | |
2061 * xemacs-faq.texi (Q2.0.4): | |
2062 * xemacs-faq.texi (Q2.0.5): | |
2063 * xemacs-faq.texi (Q2.1.1): | |
2064 * xemacs-faq.texi (Q2.1.2): | |
2065 * xemacs-faq.texi (Q2.1.3): | |
2066 * xemacs-faq.texi (Q2.1.4): | |
2067 * xemacs-faq.texi (Q2.1.5): | |
2068 * xemacs-faq.texi (Q2.1.6): | |
2069 * xemacs-faq.texi (Q2.1.7): | |
2070 * xemacs-faq.texi (Q2.2.1): | |
2071 * xemacs-faq.texi (Q2.2.2): | |
2072 * xemacs-faq.texi (Q2.3.1): | |
2073 * xemacs-faq.texi (Q2.3.2): | |
2074 * xemacs-faq.texi (Q2.3.3): | |
2075 * xemacs-faq.texi (Q2.3.4): | |
2076 * xemacs-faq.texi (Q2.3.5): | |
2077 * xemacs-faq.texi (Q2.3.6): | |
2078 * xemacs-faq.texi (Q2.3.7): | |
2079 * xemacs-faq.texi (Q2.3.8): | |
2080 * xemacs-faq.texi (Q2.4.1): | |
2081 * xemacs-faq.texi (Q2.4.2): | |
2082 * xemacs-faq.texi (Q2.4.3): | |
2083 * xemacs-faq.texi (Q2.4.4): | |
2084 * xemacs-faq.texi (Q2.4.5): | |
2085 * xemacs-faq.texi (Q2.4.6): | |
2086 * xemacs-faq.texi (Q2.4.7): | |
2087 * xemacs-faq.texi (Q2.4.8): | |
2088 * xemacs-faq.texi (Q2.4.9): | |
2089 * xemacs-faq.texi (Q2.4.10): | |
2090 * xemacs-faq.texi (Q2.4.11): | |
2091 * xemacs-faq.texi (Q2.4.12): | |
2092 * xemacs-faq.texi (Q2.5.1): | |
2093 * xemacs-faq.texi (Q2.5.2): | |
2094 * xemacs-faq.texi (Q2.5.3): | |
2095 * xemacs-faq.texi (Q2.5.4): | |
2096 * xemacs-faq.texi (Q2.5.5): | |
2097 * xemacs-faq.texi (Legacy Versions): | |
2098 * xemacs-faq.texi (Q10.0.1): | |
2099 * xemacs-faq.texi (Q10.0.2): | |
2100 Flesh out intro section on packages and section on installing | |
2101 packages. Incorporate README, README.packages, BUGS, etc/PACKAGES. | |
2102 Various other changes. | |
2103 | |
2547 | 2104 2005-02-03 Stephen J. Turnbull <stephen@xemacs.org> |
2105 | |
2106 * beta.texi: Update Copyright. Add pointer comment. | |
2107 | |
2108 (New packages): Remove personal names, point at jobs.html | |
2109 instead. | |
2110 | |
2111 (Syncing with GNU Emacs): Change "don't assume Mule" to | |
2112 "conditionalize Mule dependencies correctly". RMS stroking: use | |
2113 "GNU", not "FSF", in sync notices. | |
2114 | |
2115 2005-02-02 Robert Delius Royar <xemacs@frinabulax.org> | |
2116 | |
2117 * beta.texi (Top): | |
2865 | 2118 Add reference to Index in catalog to prevent |
2547 | 2119 errors compiling with GNU makeinfo 4.5. |
2120 | |
2121 * beta.texi (Syncing with GNU Emacs): | |
2865 | 2122 Add forward reference to Index in next node to prevent |
2547 | 2123 errors compiling with GNU makeinfo 4.5. |
2124 | |
2125 * beta.texi (Index): | |
2126 Add backward reference to Syncing with GNU Emacs to | |
2865 | 2127 replace obsolete reference to Defining Variables to |
2547 | 2128 prevent errors compiling with GNU makeinfo 4.5. |
2129 | |
2537 | 2130 2005-01-31 Ben Wing <ben@xemacs.org> |
2131 | |
2132 * xemacs/help.texi (Misc Help): | |
2133 Delete references to DISTRIB. Point to FAQ. | |
2865 | 2134 |
2537 | 2135 * xemacs/new.texi: |
2136 Update sample code for version checking. | |
2865 | 2137 |
2537 | 2138 * xemacs/xemacs.texi (Distrib): |
2139 * xemacs/xemacs.texi (Intro): | |
2140 Delete references to DISTRIB. Point directly to web site. | |
2141 Update stuff referring to GNU Emacs. Delete references to Win-Emacs. | |
2142 | |
2143 2005-01-31 Ben Wing <ben@xemacs.org> | |
2144 | |
2145 * Makefile: | |
2146 * Makefile (info_files): | |
2147 * Makefile (html_files): | |
2148 * Makefile (dvi_files): | |
2149 * Makefile (pdf_files): | |
2150 * Makefile ($(INFODIR)/beta.info): | |
2151 Add beta.texi and built files. | |
2865 | 2152 |
2537 | 2153 * xemacs-faq.texi (Top): |
2154 * xemacs-faq.texi (Introduction): | |
2155 * xemacs-faq.texi (Q1.0.3): | |
2156 * xemacs-faq.texi (Q1.0.4): | |
2157 * xemacs-faq.texi (Q1.0.5): | |
2158 * xemacs-faq.texi (Q1.0.6): | |
2159 * xemacs-faq.texi (Q1.1.1): | |
2160 * xemacs-faq.texi (Q1.1.2): | |
2161 * xemacs-faq.texi (Q1.1.3): | |
2162 * xemacs-faq.texi (Q1.1.4): | |
2163 * xemacs-faq.texi (Q1.2.1): | |
2164 * xemacs-faq.texi (Q1.2.2): | |
2165 * xemacs-faq.texi (Q1.2.3): | |
2166 * xemacs-faq.texi (Q1.2.4): | |
2167 * xemacs-faq.texi (Q1.2.5): | |
2168 * xemacs-faq.texi (Q1.2.6): | |
2169 * xemacs-faq.texi (Q1.2.7): | |
2170 * xemacs-faq.texi (Q1.2.8): | |
2171 * xemacs-faq.texi (Q1.2.9): | |
2172 * xemacs-faq.texi (Q1.2.10): | |
2173 * xemacs-faq.texi (Q1.2.11): | |
2174 * xemacs-faq.texi (Q1.2.12): | |
2175 * xemacs-faq.texi (Q1.2.13): | |
2176 * xemacs-faq.texi (Q1.3.1): | |
2177 * xemacs-faq.texi (Q1.3.2): | |
2178 * xemacs-faq.texi (Q1.3.3): | |
2179 * xemacs-faq.texi (Q1.3.4): | |
2180 * xemacs-faq.texi (Q1.3.5): | |
2181 * xemacs-faq.texi (Q1.3.6): | |
2182 * xemacs-faq.texi (Q1.3.7): | |
2183 * xemacs-faq.texi (Q1.3.8): | |
2184 * xemacs-faq.texi (Q1.4.1): | |
2185 * xemacs-faq.texi (Q1.4.2): | |
2186 * xemacs-faq.texi (double-word): New. | |
2187 * xemacs-faq.texi (Q1.4.3): | |
2188 * xemacs-faq.texi (Q1.4.4): | |
2189 * xemacs-faq.texi (Q1.4.5): | |
2190 * xemacs-faq.texi (Q1.5.1): | |
2191 * xemacs-faq.texi (Q1.5.2): | |
2192 * xemacs-faq.texi (Q1.5.3): | |
2193 * xemacs-faq.texi (Q1.6.1): | |
2194 * xemacs-faq.texi (Q1.6.2): | |
2195 * xemacs-faq.texi (Q1.6.3): | |
2196 * xemacs-faq.texi (Q1.6.4): | |
2197 * xemacs-faq.texi (Q1.6.5): | |
2198 * xemacs-faq.texi (Q1.6.6): | |
2199 * xemacs-faq.texi (Q1.7.1): | |
2200 * xemacs-faq.texi (Q1.8.1): | |
2201 * xemacs-faq.texi (Q1.8.2): | |
2202 * xemacs-faq.texi (Q1.8.3): | |
2203 * xemacs-faq.texi (Q1.8.4): | |
2204 * xemacs-faq.texi (Q1.8.5): | |
2205 * xemacs-faq.texi (Q1.8.6): | |
2206 * xemacs-faq.texi (Q1.8.7): | |
2207 * xemacs-faq.texi (Q1.8.8): | |
2208 * xemacs-faq.texi (Q1.8.9): | |
2209 * xemacs-faq.texi (Q2.2.1): | |
2210 * xemacs-faq.texi (Q2.2.2): | |
2211 * xemacs-faq.texi (Q2.4.2): | |
2212 * xemacs-faq.texi (Advanced): | |
2213 * xemacs-faq.texi (Q7.0.1): | |
2214 * xemacs-faq.texi (Q7.0.2): | |
2215 * xemacs-faq.texi (Q7.0.3): | |
2216 * xemacs-faq.texi (Q7.0.4): | |
2217 * xemacs-faq.texi (Q7.0.5): | |
2218 * xemacs-faq.texi (Q7.0.6): | |
2219 * xemacs-faq.texi (Q7.1.1): | |
2220 * xemacs-faq.texi (Q7.1.2): | |
2221 * xemacs-faq.texi (Q7.1.3): | |
2222 * xemacs-faq.texi (Q7.1.4): | |
2223 * xemacs-faq.texi (Q7.1.5): | |
2224 * xemacs-faq.texi (Q7.1.6): | |
2225 * xemacs-faq.texi (Q7.1.7): | |
2226 * xemacs-faq.texi (Q7.1.8): | |
2227 * xemacs-faq.texi (Q7.1.9): | |
2228 * xemacs-faq.texi (Q7.1.10): | |
2229 * xemacs-faq.texi (Q7.1.11): | |
2230 * xemacs-faq.texi (Q7.2.1): | |
2231 * xemacs-faq.texi (Q7.2.2): | |
2232 * xemacs-faq.texi (Q7.2.3): | |
2233 * xemacs-faq.texi (Other Packages): | |
2234 * xemacs-faq.texi (Current Events): | |
2235 * xemacs-faq.texi (Legacy Versions): | |
2236 Major overhaul of section 1. Add mailing list info, update | |
2237 downloading info, add info on CVS, etc. | |
2238 | |
2522 | 2239 2004-10-17 Shyamal Prasad <shyamal@member.fsf.org> |
2240 | |
2241 * xemacs/programs.texi (Program Modes): Updated it to reflect | |
2242 current status of programming modes. | |
2243 * xemacs/programs.texi (CC Mode): New section introduces CC | |
2244 Mode. Introduces customization with reference to CC Mode | |
2245 manual. Also introduce C/AWK modes in prog-modes package | |
2246 * xemacs/programs.texi (C Ident): Removed - it was | |
2247 obsolete. prog-modes package documentation now contains | |
2865 | 2248 indentation description for old C mode |
2522 | 2249 * xemacs/major.texi (Mode Hooks): Add description of major mode |
2250 hooks. Cleaned up and updated programming mode descriptions. | |
2251 * xemacs/xemacs.texi (Top): Updated Detailed Node listing for new | |
2252 CC Mode section in programs.texi | |
2253 | |
2254 | |
2507 | 2255 2005-01-26 Ben Wing <ben@xemacs.org> |
2256 | |
2257 * internals/internals.texi: | |
2258 * internals/internals.texi (Through Version 18): | |
2259 * internals/internals.texi (GNU Emacs 19): | |
2260 * internals/internals.texi (GNU Emacs 20): | |
2261 Update History. | |
2262 | |
2263 * internals/internals.texi (Unicode support under Windows): | |
2264 Redo section on Windows 95 support for Unicode. | |
2265 | |
2492 | 2266 2005-01-19 Aidan Kehoe <kehoea@parhasard.net> |
2267 | |
2268 * man/lispref/functions.texi (Functions): Rename to "Functions and | |
2269 Commands" | |
2270 * man/lispref/functions.texi (What Is a Function): Move the definition | |
2271 of a command further up the list, give information on a trivial | |
2272 (interactive) declaration, and cross-reference to the key binding | |
2273 detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp | |
2865 | 2274 (comp.emacs.xemacs, 2005-01-18). |
2492 | 2275 * man/lispref/eval.texi man/lispref/lispref.texi |
2865 | 2276 man/lispref/macros.texi man/lispref/symbols.texi |
2492 | 2277 man/lispref/variables.texi: Fix cross references. |
2278 | |
2459 | 2279 2004-12-28 Ben Wing <ben@xemacs.org> |
2280 | |
2281 * xemacs-faq.texi (Top): | |
2282 * xemacs-faq.texi (Introduction): | |
2283 * xemacs-faq.texi (Q1.0.3): | |
2284 * xemacs-faq.texi (Q1.0.5): | |
2285 * xemacs-faq.texi (Q1.0.10): | |
2286 * xemacs-faq.texi (Q1.1.4): | |
2287 * xemacs-faq.texi (Q1.1.5): | |
2288 * xemacs-faq.texi (Q1.4.1): | |
2289 * xemacs-faq.texi (Q1.4.3): | |
2290 * xemacs-faq.texi (Q1.5.8): | |
2291 * xemacs-faq.texi (Installation): | |
2292 * xemacs-faq.texi (Q2.0.3): | |
2293 * xemacs-faq.texi (Q2.0.5): | |
2294 * xemacs-faq.texi (Q2.1.1): | |
2295 * xemacs-faq.texi (Q2.1.2): | |
2296 * xemacs-faq.texi (Q2.2.7): | |
2297 * xemacs-faq.texi (Q2.4.6): | |
2298 * xemacs-faq.texi (Editing): | |
2299 * xemacs-faq.texi (Q3.0.1): | |
2300 * xemacs-faq.texi (Q3.0.2): | |
2301 * xemacs-faq.texi (Q3.0.3): | |
2302 * xemacs-faq.texi (Q3.0.4): | |
2303 * xemacs-faq.texi (Q3.0.5): | |
2304 * xemacs-faq.texi (Q3.0.6): | |
2305 * xemacs-faq.texi (Q3.0.7): | |
2306 * xemacs-faq.texi (Q3.0.8): | |
2307 * xemacs-faq.texi (Q3.0.9): | |
2308 * xemacs-faq.texi (Q3.0.10): | |
2309 * xemacs-faq.texi (Q3.0.11): | |
2310 * xemacs-faq.texi (Q3.1.1): | |
2311 * xemacs-faq.texi (Q3.1.2): | |
2312 * xemacs-faq.texi (Q3.1.3): | |
2313 * xemacs-faq.texi (Q3.1.4): | |
2314 * xemacs-faq.texi (Q3.1.5): | |
2315 * xemacs-faq.texi (Q3.2.1): | |
2316 * xemacs-faq.texi (Q3.2.2): | |
2317 * xemacs-faq.texi (Q3.2.3): | |
2318 * xemacs-faq.texi (Q3.2.4): | |
2319 * xemacs-faq.texi (Q3.2.5): | |
2320 * xemacs-faq.texi (Q3.3.1): | |
2321 * xemacs-faq.texi (Q3.3.2): | |
2322 * xemacs-faq.texi (Q3.3.3): | |
2323 * xemacs-faq.texi (Q3.3.4): | |
2324 * xemacs-faq.texi (Q3.3.5): | |
2325 * xemacs-faq.texi (Q3.3.6): | |
2326 * xemacs-faq.texi (Q3.4.1): | |
2327 * xemacs-faq.texi (Q3.4.2): | |
2328 * xemacs-faq.texi (Display): | |
2329 * xemacs-faq.texi (Q4.0.1): | |
2330 * xemacs-faq.texi (Q4.0.2): | |
2331 * xemacs-faq.texi (Q4.0.3): | |
2332 * xemacs-faq.texi (Q4.0.4): | |
2333 * xemacs-faq.texi (my-toggle-toolbar): Removed. | |
2334 * xemacs-faq.texi (Q4.0.5): | |
2335 * xemacs-faq.texi (Q4.0.6): | |
2336 * xemacs-faq.texi (Q4.0.7): | |
2337 * xemacs-faq.texi (Q4.0.8): | |
2338 * xemacs-faq.texi (Q4.0.9): | |
2339 * xemacs-faq.texi (Q4.1.1): | |
2340 * xemacs-faq.texi (Q4.1.2): | |
2341 * xemacs-faq.texi (Q4.2.1): | |
2342 * xemacs-faq.texi (Q4.2.2): | |
2343 * xemacs-faq.texi (Q4.2.3): | |
2344 * xemacs-faq.texi (Q4.2.4): | |
2345 * xemacs-faq.texi (Q4.3.1): | |
2346 * xemacs-faq.texi (Q4.3.2): | |
2347 * xemacs-faq.texi (Q4.3.3): | |
2348 * xemacs-faq.texi (Q4.4.1): | |
2349 * xemacs-faq.texi (Q4.4.2): | |
2350 * xemacs-faq.texi (Q4.4.3): | |
2351 * xemacs-faq.texi (Q4.4.4): | |
2352 * xemacs-faq.texi (Q4.4.5): | |
2353 * xemacs-faq.texi (Q4.5.1): | |
2354 * xemacs-faq.texi (Q4.5.2): | |
2355 * xemacs-faq.texi (Q4.5.3): | |
2356 * xemacs-faq.texi (Q4.5.4): | |
2357 * xemacs-faq.texi (Q4.6.1): | |
2358 * xemacs-faq.texi (Q4.6.2): | |
2359 * xemacs-faq.texi (Q4.6.3): | |
2360 * xemacs-faq.texi (Q4.6.4): | |
2361 * xemacs-faq.texi (scroll-up): Removed. | |
2362 * xemacs-faq.texi (Q4.6.5): | |
2363 * xemacs-faq.texi (scroll-down): Removed. | |
2364 * xemacs-faq.texi (Q4.6.6): | |
2365 * xemacs-faq.texi (Q4.6.7): | |
2366 * xemacs-faq.texi (Q4.7.1): | |
2367 * xemacs-faq.texi (Q4.7.2): | |
2368 * xemacs-faq.texi (Q4.7.3): | |
2369 * xemacs-faq.texi (Q4.7.4): | |
2370 * xemacs-faq.texi (External Subsystems): | |
2371 * xemacs-faq.texi (Q5.0.1): | |
2372 * xemacs-faq.texi (Q5.0.2): | |
2373 * xemacs-faq.texi (Q5.0.3): | |
2374 * xemacs-faq.texi (Q5.0.4): | |
2375 * xemacs-faq.texi (Q5.0.5): | |
2376 * xemacs-faq.texi (Q5.0.6): | |
2377 * xemacs-faq.texi (Q5.1.1): | |
2378 * xemacs-faq.texi (Q5.1.2): | |
2379 * xemacs-faq.texi (Q5.2.1): | |
2380 * xemacs-faq.texi (Q5.2.2): | |
2381 * xemacs-faq.texi (Q5.2.3): | |
2382 * xemacs-faq.texi (Q5.2.4): | |
2383 * xemacs-faq.texi (Q5.3.1): | |
2384 * xemacs-faq.texi (Q5.3.2): | |
2385 * xemacs-faq.texi (Q5.3.3): | |
2386 * xemacs-faq.texi (Q5.3.4): | |
2387 * xemacs-faq.texi (Q5.4.1): | |
2388 * xemacs-faq.texi (Q5.4.2): | |
2389 * xemacs-faq.texi (Q5.4.3): | |
2390 * xemacs-faq.texi (Q5.4.4): | |
2391 * xemacs-faq.texi (Q5.4.5): | |
2392 * xemacs-faq.texi (Q5.5.1): | |
2393 * xemacs-faq.texi (Q5.5.2): | |
2394 * xemacs-faq.texi (Q5.5.3): | |
2395 * xemacs-faq.texi (Q5.5.4): | |
2396 * xemacs-faq.texi (Q5.5.5): | |
2397 * xemacs-faq.texi (Internet): | |
2398 * xemacs-faq.texi (Q6.0.1): | |
2399 * xemacs-faq.texi (Q6.0.2): | |
2400 * xemacs-faq.texi (Q6.0.3): | |
2401 * xemacs-faq.texi (Q6.0.4): | |
2402 * xemacs-faq.texi (Q6.0.5): | |
2403 * xemacs-faq.texi (Q6.0.6): | |
2404 * xemacs-faq.texi (Q6.0.7): | |
2405 * xemacs-faq.texi (Q6.0.8): | |
2406 * xemacs-faq.texi (Q6.0.9): | |
2407 * xemacs-faq.texi (Q6.0.10): | |
2408 * xemacs-faq.texi (Q6.0.11): | |
2409 * xemacs-faq.texi (Q6.1.1): | |
2410 * xemacs-faq.texi (Q6.1.2): | |
2411 * xemacs-faq.texi (Q6.1.3): | |
2412 * xemacs-faq.texi (Q6.1.4): | |
2413 * xemacs-faq.texi (Q6.1.5): | |
2414 * xemacs-faq.texi (Q6.1.6): | |
2415 * xemacs-faq.texi (Q6.2.1): | |
2416 * xemacs-faq.texi (Q6.2.2): | |
2417 * xemacs-faq.texi (Q6.3.1): | |
2418 * xemacs-faq.texi (Q6.3.2): | |
2419 * xemacs-faq.texi (Q6.4.1): | |
2420 * xemacs-faq.texi (Q6.4.2): | |
2421 * xemacs-faq.texi (Q6.4.3): | |
2422 * xemacs-faq.texi (Advanced): | |
2423 * xemacs-faq.texi (Q7.0.1): | |
2424 * xemacs-faq.texi (Q7.0.2): | |
2425 * xemacs-faq.texi (Q7.1.1): | |
2426 * xemacs-faq.texi (Q7.1.2): | |
2427 * xemacs-faq.texi (Q7.1.3): | |
2428 * xemacs-faq.texi (Q7.1.4): | |
2429 * xemacs-faq.texi (Q7.1.5): | |
2430 * xemacs-faq.texi (Q7.1.6): | |
2431 * xemacs-faq.texi (Q7.2.1): | |
2432 * xemacs-faq.texi (Q7.2.2): | |
2433 * xemacs-faq.texi (Q7.2.3): | |
2434 * xemacs-faq.texi (Q7.2.4): | |
2435 * xemacs-faq.texi (Q7.2.5): | |
2436 * xemacs-faq.texi (Q7.2.6): | |
2437 * xemacs-faq.texi (Q7.2.7): | |
2438 * xemacs-faq.texi (Q7.2.8): | |
2439 * xemacs-faq.texi (Q7.2.9): | |
2440 * xemacs-faq.texi (Q7.2.10): | |
2441 * xemacs-faq.texi (Q7.2.11): | |
2442 * xemacs-faq.texi (Q7.3.1): | |
2443 * xemacs-faq.texi (Q7.3.2): | |
2444 * xemacs-faq.texi (Q7.3.3): | |
2445 * xemacs-faq.texi (Q7.3.4): | |
2446 * xemacs-faq.texi (Other Packages): | |
2447 * xemacs-faq.texi (Q8.0.1): | |
2448 * xemacs-faq.texi (Q8.0.2): | |
2449 * xemacs-faq.texi (Q8.0.3): | |
2450 * xemacs-faq.texi (Q8.0.4): | |
2451 * xemacs-faq.texi (Q8.1.1): | |
2452 * xemacs-faq.texi (Q8.1.2): | |
2453 * xemacs-faq.texi (Q8.1.3): | |
2454 * xemacs-faq.texi (Q8.2.1): | |
2455 * xemacs-faq.texi (Q8.2.2): | |
2456 * xemacs-faq.texi (Q8.2.3): | |
2457 * xemacs-faq.texi (Q8.2.4): | |
2458 * xemacs-faq.texi (Current Events): | |
2459 * xemacs-faq.texi (Q9.0.1): | |
2460 * xemacs-faq.texi (my-function): Removed. | |
2461 * xemacs-faq.texi (Q9.0.2): | |
2462 * xemacs-faq.texi (Q9.0.3): | |
2463 * xemacs-faq.texi (Q9.0.4): | |
2464 * xemacs-faq.texi (Q9.0.5): | |
2465 * xemacs-faq.texi (Legacy Versions): | |
2466 Major rearrangement. Expand to 10 sections. Add various questions, | |
2467 mostly stubs currently. Remove some obsolete stuff. Update a bunch | |
2468 of the links. | |
2469 | |
2444 | 2470 2004-12-15 Ville Skyttä <scop@xemacs.org> |
2471 | |
2472 * lispref/help.texi: Document 3rd arg to `make-obsolete'. | |
2473 | |
2441 | 2474 2004-12-15 Robert Delius Royar <xemacs@frinabulax.org> |
2475 | |
2476 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
2477 Objects): Remove Mote in Make's eye, fix build. | |
2478 | |
2438 | 2479 2004-12-12 Stephen J. Turnbull <stephen@xemacs.org> |
2480 | |
2481 * internals/internals.texi (Modules for the Basic Displayable Lisp | |
2482 Objects): Comment on problems, and extensions needed to handle | |
2483 native widgets properly. | |
2484 | |
2431 | 2485 2004-12-10 Stephen J. Turnbull <stephen@xemacs.org> |
2486 | |
2487 * internals/internals.texi (Better Rendering Support -- | |
2488 Implementation): Document reasons for Label Widget crash. | |
2489 | |
2427 | 2490 2004-12-07 Malcolm Purvis <malcolmp@xemacs.org> |
2491 | |
2492 * Makefile (RECURSIVE_MAKE): Removed. | |
2493 * Makefile (RECURSIVE_MAKE_ARGS): New. The new method for | |
2494 handling parallel builds. | |
2495 | |
2421 | 2496 2004-12-05 Ben Wing <ben@xemacs.org> |
2497 | |
2498 * xemacs/packages.texi (Packages): | |
2499 * xemacs/packages.texi (Manually): | |
2500 * xemacs/packages.texi (Building Packages): | |
2501 * xemacs/packages.texi (Local.rules File): | |
2502 * xemacs/packages.texi (Available Packages): | |
2503 Add long form of Lisp Reference Manual to links. | |
2504 Add links pointing to Lisp Reference Manual for more detailed | |
2505 package discussion. | |
2422 | 2506 |
2507 * xemacs/xemacs-faq.texi: | |
2508 As per Adrian's suggestion, mention that Pitts Jarvis is deceased. | |
2509 | |
2421 | 2510 2004-12-05 Ben Wing <ben@xemacs.org> |
2511 | |
2512 * lispref/range-tables.texi (Range Tables): | |
2513 * lispref/range-tables.texi (Introduction to Range Tables): | |
2514 * lispref/range-tables.texi (Working With Range Tables): | |
2515 Document range-table changes. | |
2516 | |
2517 2004-12-05 Ben Wing <ben@xemacs.org> | |
2518 | |
2519 * internals/internals.texi (A History of Emacs): | |
2520 Update history section. | |
2521 | |
2522 2004-12-05 Ben Wing <ben@xemacs.org> | |
2523 | |
2524 * xemacs-faq.texi: | |
2525 * xemacs-faq.texi (fix-main-menu): New. | |
2526 * xemacs-faq.texi (fix-omitted-menu-lines): New. | |
2527 * xemacs-faq.texi (Top): | |
2528 * xemacs-faq.texi (Introduction): | |
2529 * xemacs-faq.texi (Q1.0.1): | |
2530 * xemacs-faq.texi (Q1.0.2): | |
2531 * xemacs-faq.texi (Q1.0.4): | |
2532 * xemacs-faq.texi (Q1.0.5): | |
2533 * xemacs-faq.texi (Q1.0.6): | |
2534 * xemacs-faq.texi (Q1.0.7): | |
2535 * xemacs-faq.texi (Q1.0.8): | |
2536 * xemacs-faq.texi (Q1.0.9): | |
2537 * xemacs-faq.texi (Q1.0.10): | |
2538 * xemacs-faq.texi (Q1.0.11): | |
2539 * xemacs-faq.texi (Q1.0.12): | |
2540 * xemacs-faq.texi (Q1.0.13): | |
2541 * xemacs-faq.texi (Q1.0.14): | |
2542 * xemacs-faq.texi (Q1.1.1): | |
2543 * xemacs-faq.texi (Q1.1.2): | |
2544 * xemacs-faq.texi (Q1.1.3): | |
2545 * xemacs-faq.texi (Q1.1.4): | |
2546 * xemacs-faq.texi (Q1.1.5): | |
2547 * xemacs-faq.texi (Q1.1.6): | |
2548 * xemacs-faq.texi (Q1.1.7): | |
2549 * xemacs-faq.texi (Q1.1.8): | |
2550 * xemacs-faq.texi (Q1.1.9): | |
2551 * xemacs-faq.texi (Q1.2.1): | |
2552 * xemacs-faq.texi (Q1.2.2): | |
2553 * xemacs-faq.texi (Q1.2.3): | |
2554 * xemacs-faq.texi (Q1.3.1): | |
2555 * xemacs-faq.texi (Q1.3.2): | |
2556 * xemacs-faq.texi (Q1.3.3): | |
2557 * xemacs-faq.texi (Q1.4.1): | |
2558 * xemacs-faq.texi (Q1.4.2): | |
2559 * xemacs-faq.texi (Q1.4.3): | |
2560 * xemacs-faq.texi (Q1.4.4): | |
2561 * xemacs-faq.texi (Q1.4.5): | |
2562 * xemacs-faq.texi (Q1.4.6): | |
2563 * xemacs-faq.texi (Q1.4.7): | |
2564 * xemacs-faq.texi (Q1.4.8): | |
2565 * xemacs-faq.texi (Q1.4.9): | |
2566 * xemacs-faq.texi (Q1.5.1): | |
2567 * xemacs-faq.texi (Q1.5.2): | |
2568 * xemacs-faq.texi (Q1.5.3): | |
2569 * xemacs-faq.texi (Q1.5.4): | |
2570 * xemacs-faq.texi (Q1.5.5): | |
2571 * xemacs-faq.texi (Q1.5.6): | |
2572 * xemacs-faq.texi (Q1.5.7): | |
2573 * xemacs-faq.texi (Q1.5.8): | |
2574 * xemacs-faq.texi (Installation): | |
2575 * xemacs-faq.texi (Q2.0.1): | |
2576 * xemacs-faq.texi (Q2.0.2): | |
2577 * xemacs-faq.texi (Q2.0.3): | |
2578 * xemacs-faq.texi (Q2.0.4): | |
2579 * xemacs-faq.texi (Q2.0.5): | |
2580 * xemacs-faq.texi (Q2.0.6): | |
2581 * xemacs-faq.texi (Q2.0.7): | |
2582 * xemacs-faq.texi (Q2.1.1): | |
2583 * xemacs-faq.texi (Q2.1.2): | |
2584 * xemacs-faq.texi (Q2.1.3): | |
2585 * xemacs-faq.texi (Q2.1.4): | |
2586 * xemacs-faq.texi (Q2.2.1): | |
2587 * xemacs-faq.texi (Q2.2.2): | |
2588 * xemacs-faq.texi (Q2.2.3): | |
2589 * xemacs-faq.texi (Q2.2.4): | |
2590 * xemacs-faq.texi (Q2.2.5): | |
2591 * xemacs-faq.texi (Q2.2.6): | |
2592 * xemacs-faq.texi (Q2.2.7): | |
2593 * xemacs-faq.texi (Q2.2.8): | |
2594 * xemacs-faq.texi (Q2.3.1): | |
2595 * xemacs-faq.texi (Q2.3.2): | |
2596 * xemacs-faq.texi (Q2.3.3): | |
2597 * xemacs-faq.texi (Q2.3.4): | |
2598 * xemacs-faq.texi (Q2.3.5): | |
2599 * xemacs-faq.texi (Q2.3.6): | |
2600 * xemacs-faq.texi (Q2.3.7): | |
2601 * xemacs-faq.texi (Q2.3.8): | |
2602 * xemacs-faq.texi (Q2.3.9): | |
2603 * xemacs-faq.texi (Q2.3.10): | |
2604 * xemacs-faq.texi (Q2.3.11): | |
2605 * xemacs-faq.texi (Q2.4.1): | |
2606 * xemacs-faq.texi (Q2.4.2): | |
2607 * xemacs-faq.texi (Q2.4.3): | |
2608 * xemacs-faq.texi (Q2.4.4): | |
2609 * xemacs-faq.texi (Q2.4.5): | |
2610 * xemacs-faq.texi (Q2.4.6): | |
2611 * xemacs-faq.texi (Display Subsystems): | |
2612 * xemacs-faq.texi (running-xemacs): Removed. | |
2613 * xemacs-faq.texi (Q3.0.1): | |
2614 * xemacs-faq.texi (Q3.0.2): | |
2615 * xemacs-faq.texi (Q3.0.3): | |
2616 * xemacs-faq.texi (Q3.0.4): | |
2617 * xemacs-faq.texi (Q3.0.5): | |
2618 * xemacs-faq.texi (Q3.0.6): | |
2619 * xemacs-faq.texi (foo-old-losing-code-p): Removed. | |
2620 * xemacs-faq.texi (Q3.0.7): | |
2621 * xemacs-faq.texi (Q3.0.8): | |
2622 * xemacs-faq.texi (Q3.0.9): | |
2623 * xemacs-faq.texi (Q3.0.10): | |
2624 * xemacs-faq.texi (Q3.1.1): | |
2625 * xemacs-faq.texi (Q3.1.2): | |
2626 * xemacs-faq.texi (Q3.1.3): | |
2627 * xemacs-faq.texi (Q3.1.4): | |
2628 * xemacs-faq.texi (Q3.1.5): | |
2629 * xemacs-faq.texi (Q3.2.1): | |
2630 * xemacs-faq.texi (Q3.2.2): | |
2631 * xemacs-faq.texi (Q3.2.3): | |
2632 * xemacs-faq.texi (Q3.2.4): | |
2633 * xemacs-faq.texi (Q3.2.5): | |
2634 * xemacs-faq.texi (Q3.2.6): | |
2635 * xemacs-faq.texi (Q3.2.7): | |
2636 * xemacs-faq.texi (Q3.2.8): | |
2637 * xemacs-faq.texi (Q3.2.9): | |
2638 * xemacs-faq.texi (Q3.3.1): | |
2639 * xemacs-faq.texi (Q3.3.2): | |
2640 * xemacs-faq.texi (Q3.3.3): | |
2641 * xemacs-faq.texi (Q3.3.4): | |
2642 * xemacs-faq.texi (Q3.3.5): | |
2643 * xemacs-faq.texi (Q3.3.6): | |
2644 * xemacs-faq.texi (Q3.4.1): | |
2645 * xemacs-faq.texi (Q3.4.2): | |
2646 * xemacs-faq.texi (Q3.4.3): | |
2647 * xemacs-faq.texi (Q3.4.4): | |
2648 * xemacs-faq.texi (Q3.4.5): | |
2649 * xemacs-faq.texi (Q3.4.6): | |
2650 * xemacs-faq.texi (Q3.5.1): | |
2651 * xemacs-faq.texi (Q3.5.2): | |
2652 * xemacs-faq.texi (Q3.5.3): | |
2653 * xemacs-faq.texi (Q3.5.4): | |
2654 * xemacs-faq.texi (Q3.6.1): | |
2655 * xemacs-faq.texi (Q3.6.2): | |
2656 * xemacs-faq.texi (Q3.6.3): | |
2657 * xemacs-faq.texi (Q3.7.1): | |
2658 * xemacs-faq.texi (Q3.7.2): | |
2659 * xemacs-faq.texi (Q3.7.3): | |
2660 * xemacs-faq.texi (Q3.7.4): | |
2661 * xemacs-faq.texi (Q3.7.5): | |
2662 * xemacs-faq.texi (Q3.7.6): | |
2663 * xemacs-faq.texi (Q3.7.7): | |
2664 * xemacs-faq.texi (Q3.7.8): | |
2665 * xemacs-faq.texi (Q3.8.1): | |
2666 * xemacs-faq.texi (Q3.8.2): | |
2667 * xemacs-faq.texi (Q3.8.3): | |
2668 * xemacs-faq.texi (my-toggle-toolbar): New. | |
2669 * xemacs-faq.texi (Q3.8.4): | |
2670 * xemacs-faq.texi (scroll-one-line-up): Removed. | |
2671 * xemacs-faq.texi (scroll-one-line-down): Removed. | |
2672 * xemacs-faq.texi (Q3.8.5): | |
2673 * xemacs-faq.texi (Q3.9.1): | |
2674 * xemacs-faq.texi (Q3.9.2): | |
2675 * xemacs-faq.texi (Q3.9.3): | |
2676 * xemacs-faq.texi (Q3.9.4): | |
2677 * xemacs-faq.texi (Q3.9.5): | |
2678 * xemacs-faq.texi (External Subsystems): | |
2679 * xemacs-faq.texi (Q4.0.1): | |
2680 * xemacs-faq.texi (Q4.0.2): | |
2681 * xemacs-faq.texi (Q4.0.3): | |
2682 * xemacs-faq.texi (Q4.0.4): | |
2683 * xemacs-faq.texi (Q4.0.5): | |
2684 * xemacs-faq.texi (Q4.0.6): | |
2685 * xemacs-faq.texi (global-map): Removed. | |
2686 * xemacs-faq.texi (Q4.1.1): | |
2687 * xemacs-faq.texi (Q4.1.2): | |
2688 * xemacs-faq.texi (Q4.2.1): | |
2689 * xemacs-faq.texi (Q4.2.2): | |
2690 * xemacs-faq.texi (Q4.2.3): | |
2691 * xemacs-faq.texi (Q4.2.4): | |
2692 * xemacs-faq.texi (Q4.3.1): | |
2693 * xemacs-faq.texi (Q4.3.2): | |
2694 * xemacs-faq.texi (Q4.3.3): | |
2695 * xemacs-faq.texi (Q4.3.4): | |
2696 * xemacs-faq.texi (Q4.4.1): | |
2697 * xemacs-faq.texi (Q4.4.2): | |
2698 * xemacs-faq.texi (Q4.4.3): | |
2699 * xemacs-faq.texi (Q4.4.4): | |
2700 * xemacs-faq.texi (Q4.4.5): | |
2701 * xemacs-faq.texi (Q4.5.1): | |
2702 * xemacs-faq.texi (Q4.5.2): | |
2703 * xemacs-faq.texi (Q4.5.3): | |
2704 * xemacs-faq.texi (Q4.5.4): | |
2705 * xemacs-faq.texi (Q4.5.5): | |
2706 * xemacs-faq.texi (Q4.6.1): | |
2707 * xemacs-faq.texi (Q4.6.2): | |
2708 * xemacs-faq.texi (Q4.6.3): | |
2709 * xemacs-faq.texi (Q4.6.4): | |
2710 * xemacs-faq.texi (Q4.7.1): | |
2711 * xemacs-faq.texi (Q4.7.2): | |
2712 * xemacs-faq.texi (Q4.7.3): | |
2713 * xemacs-faq.texi (Q4.8.1): | |
2714 * xemacs-faq.texi (Q4.8.2): | |
2715 * xemacs-faq.texi (Q4.8.3): | |
2716 * xemacs-faq.texi (Q4.8.4): | |
2717 * xemacs-faq.texi (Internet): | |
2718 * xemacs-faq.texi (Q5.0.1): | |
2719 * xemacs-faq.texi (Q5.0.2): | |
2720 * xemacs-faq.texi (Q5.0.3): | |
2721 * xemacs-faq.texi (Q5.0.4): | |
2722 * xemacs-faq.texi (Q5.0.5): | |
2723 * xemacs-faq.texi (Q5.0.6): | |
2724 * xemacs-faq.texi (Q5.0.7): | |
2725 * xemacs-faq.texi (Q5.0.8): | |
2726 * xemacs-faq.texi (Q5.0.9): | |
2727 * xemacs-faq.texi (Q5.0.10): | |
2728 * xemacs-faq.texi (Q5.0.11): | |
2729 * xemacs-faq.texi (Q5.1.1): | |
2730 * xemacs-faq.texi (Q5.1.2): | |
2731 * xemacs-faq.texi (Q5.1.3): | |
2732 * xemacs-faq.texi (Q5.1.4): | |
2733 * xemacs-faq.texi (Q5.1.5): | |
2734 * xemacs-faq.texi (Q5.1.6): | |
2735 * xemacs-faq.texi (Q5.2.1): | |
2736 * xemacs-faq.texi (Q5.2.2): | |
2737 * xemacs-faq.texi (Q5.3.1): | |
2738 * xemacs-faq.texi (Q5.3.2): | |
2739 * xemacs-faq.texi (Q5.4.1): | |
2740 * xemacs-faq.texi (Q5.4.2): | |
2741 * xemacs-faq.texi (Q5.4.3): | |
2742 * xemacs-faq.texi (Advanced): | |
2743 * xemacs-faq.texi (Q6.0.1): | |
2744 * xemacs-faq.texi (Q6.0.2): | |
2745 * xemacs-faq.texi (Q6.1.1): | |
2746 * xemacs-faq.texi (Q6.1.2): | |
2747 * xemacs-faq.texi (Q6.1.3): | |
2748 * xemacs-faq.texi (Q6.1.4): | |
2749 * xemacs-faq.texi (Q6.1.5): | |
2750 * xemacs-faq.texi (Q6.1.6): | |
2751 * xemacs-faq.texi (Q6.2.1): | |
2752 * xemacs-faq.texi (Q6.2.2): | |
2753 * xemacs-faq.texi (Q6.2.3): | |
2754 * xemacs-faq.texi (Q6.2.4): | |
2755 * xemacs-faq.texi (Q6.2.5): | |
2756 * xemacs-faq.texi (Q6.2.6): | |
2757 * xemacs-faq.texi (Q6.2.7): | |
2758 * xemacs-faq.texi (Q6.2.8): | |
2759 * xemacs-faq.texi (Q6.2.9): | |
2760 * xemacs-faq.texi (Q6.2.10): | |
2761 * xemacs-faq.texi (Q6.2.11): | |
2762 * xemacs-faq.texi (Q6.3.1): | |
2763 * xemacs-faq.texi (Q6.3.2): | |
2764 * xemacs-faq.texi (Q6.3.3): | |
2765 * xemacs-faq.texi (Q6.3.4): | |
2766 * xemacs-faq.texi (Current Events): | |
2767 * xemacs-faq.texi (Q7.0.1): | |
2768 * xemacs-faq.texi (Q7.0.2): | |
2769 * xemacs-faq.texi (Q7.0.3): | |
2770 * xemacs-faq.texi (Q7.0.5): | |
2771 * xemacs-faq.texi (Q7.0.6): | |
2772 * xemacs-faq.texi (Legacy Versions): | |
2773 * xemacs-faq.texi (my-function): Removed. | |
2774 * xemacs-faq.texi (Q8.0.1): | |
2775 | |
2776 The section on Troubleshooting (now 2.3) has been completely | |
2777 written and includes a lot of stuff that is not properly | |
2778 documented anywhere else. A fair amount of obsolete info has been | |
2779 deleted and I've incorporated the comments that people (mostly | |
2780 Stephen T) made. Former chapter 3 has been split up in two, one | |
2781 pertaining to basic I/O and the other to external I/O. What were | |
2782 formerly chapters 5 and 6 no longer exist as such; the info in | |
2783 them has been distributed across various other chapters. Old | |
2784 chapter 4 got split up, part going to the new chapter 4 on | |
2785 external I/O and part going to the new chapter 5 on the Internet. | |
2786 In this new chapter, stuff not pertaining to a specific package | |
2787 (e.g. VM or GNUS) was taken out of package-specific sections and a | |
2788 general mail section was constituted. Part of old chapter 5 | |
2789 remains in a new chapter 6 devoted to Emacs Lisp and other | |
2790 advanced stuff, and a section from old chapter 3 on basic | |
2791 init-file Lisp and some stuff from old chapter 5 on Info. The | |
2792 rest of chapter 5 was just "misc" and has gotten scattered to the | |
2793 winds (mostly in chapters 3 and 4). Old chapter 6 has also gotten | |
2794 quite scattered; there is no longer any section specifically | |
2795 devoted to Windows except one of the Installation sections (along | |
2796 with a section specfically devoted to Unix), and the rest has | |
2797 moved to join the appropriate non-Windows-specific section | |
2798 elsewhere. A lot of chapters had their sections rearranged and | |
2799 likewise for sections having entries rearranged, with the | |
2800 intention that the new arrangement should be more natural. In | |
2801 general I hope that stuff should be much easier to locate. I also | |
2802 rewrote the entries on the relation between XEmacs and GNU Emacs | |
2803 on the authors of XEmacs, including lots of info on who wrote | |
2804 specific subsections. | |
2805 | |
2418 | 2806 2004-12-05 Adrian Aichner <adrian@xemacs.org> |
2807 | |
2808 * Makefile (TEXI2HTML): Changed to produce unsplit output. | |
2809 * Makefile (TEXI2HTML_SPLIT): New. | |
2810 * Makefile (CP): New. | |
2811 * Makefile (PHOTODIR): New. | |
2812 * Makefile ($(HTMLDIR)/cl.html): Use TEXI2HTML_SPLIT. | |
2813 * Makefile ($(HTMLDIR)/custom.html): Ditto. | |
2814 * Makefile ($(HTMLDIR)/emodules.html): Ditto. | |
2815 * Makefile ($(HTMLDIR)/external-widget.html): Ditto. | |
2816 * Makefile ($(HTMLDIR)/info.html): Ditto. | |
2817 * Makefile ($(HTMLDIR)/standards.html): Ditto. | |
2818 * Makefile ($(HTMLDIR)/term.html): Ditto. | |
2819 * Makefile ($(HTMLDIR)/termcap.html): Ditto. | |
2820 * Makefile ($(HTMLDIR)/texinfo.html): Ditto. | |
2821 * Makefile ($(HTMLDIR)/widget.html): Ditto. | |
2822 * Makefile ($(HTMLDIR)/xemacs-faq.html): Ditto. | |
2823 Produce unsplit output for website also, copy photos to HTMLDIR. | |
2824 * Makefile ($(HTMLDIR)/xemacs.html): Ditto. | |
2825 * Makefile ($(HTMLDIR)/lispref.html): Ditto. | |
2826 * Makefile ($(HTMLDIR)/internals.html): Ditto. | |
2827 * Makefile ($(HTMLDIR)/new-users-guide.html): Ditto. | |
2828 * xemacs-faq.texi (Q1.3.1): Fix broken image links in HTML output. | |
2829 | |
2406 | 2830 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2831 | |
2832 * internals/internals.texi (Better Rendering Support -- | |
2833 Configuration with the Interim Patches): | |
2834 Add documentation of X resources, especially for GUI elements. | |
2835 (Better Rendering Support -- Implementation): | |
2836 More comments about specification and design issues. | |
2837 (Better Rendering Support -- Current Status): | |
2838 New subsubsection "Bugs Reported in sjt-xft". | |
2839 | |
2405 | 2840 2004-11-26 Stephen J. Turnbull <stephen@xemacs.org> |
2841 | |
2842 * internals/internals.texi (Future Work -- Better Rendering Support): | |
2843 New node. | |
2865 | 2844 (Top): |
2405 | 2845 (Future Work): |
2846 (Future Work -- Lisp Engine Replacement): | |
2847 Add pointers to new node. | |
2848 | |
2393 | 2849 2004-11-16 Ben Wing <ben@xemacs.org> |
2850 | |
2851 * internals/internals.texi (Top): | |
2852 * internals/internals.texi (Introduction): | |
2853 * internals/internals.texi (Authorship of XEmacs): | |
2854 * internals/internals.texi (A History of Emacs): | |
2855 * internals/internals.texi (Through Version 18): | |
2856 * internals/internals.texi (Epoch): | |
2857 * internals/internals.texi (Lucid Emacs): | |
2858 * internals/internals.texi (GNU Emacs 19): | |
2859 * internals/internals.texi (GNU Emacs 20): | |
2860 * internals/internals.texi (XEmacs): | |
2861 * internals/internals.texi (The XEmacs Split): | |
2862 * internals/internals.texi (Build-Time Dependencies): | |
2863 * internals/internals.texi (Low-Level Modules): | |
2864 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2865 * internals/internals.texi (Rules When Writing New C Code): | |
2866 * internals/internals.texi (Introduction to Writing C Code): | |
2867 * internals/internals.texi (Writing New Modules): | |
2868 * internals/internals.texi (Working with Lisp Objects): | |
2869 * internals/internals.texi (Writing Lisp Primitives): | |
2870 * internals/internals.texi (Adding Global Lisp Variables): | |
2871 * internals/internals.texi (Writing Macros): | |
2872 * internals/internals.texi (Proper Use of Unsigned Types): | |
2873 * internals/internals.texi (Major Textual Changes): | |
2874 * internals/internals.texi (Great Integral Type Renaming): | |
2875 * internals/internals.texi (Text/Char Type Renaming): | |
2876 * internals/internals.texi (Debugging and Testing): | |
2877 * internals/internals.texi (Modules for Regression Testing): | |
2878 * internals/internals.texi (Merging a Branch into the Trunk): | |
2879 * internals/internals.texi (XEmacs from the Inside): | |
2880 * internals/internals.texi (Basic Types): | |
2881 * internals/internals.texi (Low-Level Allocation): | |
2882 * internals/internals.texi (Basic Heap Allocation): | |
2883 * internals/internals.texi (Stack Allocation): | |
2884 * internals/internals.texi (Dynamic Arrays): | |
2885 * internals/internals.texi (Allocation by Blocks): | |
2886 * internals/internals.texi (Modules for Allocation): | |
2887 * internals/internals.texi (Critical Redisplay Sections): | |
2888 * internals/internals.texi (Control-G (Quit) Checking): | |
2889 * internals/internals.texi (Future Work Discussion): | |
2890 * internals/internals.texi (Discussion -- Garbage Collection): | |
2891 * internals/internals.texi (Discussion -- Pure Space): | |
2892 * internals/internals.texi (Discussion -- Hashtable-Based Marking and Cleanup): | |
2893 * internals/internals.texi (Discussion -- The Anti-Cons): | |
2894 * internals/internals.texi (Discussion -- Glyphs): | |
2895 * internals/internals.texi (Discussion -- Dialog Boxes): | |
2896 * internals/internals.texi (Discussion -- Multilingual Issues): | |
2897 * internals/internals.texi (Discussion -- Instantiators and Generic Property Accessors): | |
2898 * internals/internals.texi (image-instance-property): New. | |
2899 * internals/internals.texi (set-image-instance-property): New. | |
2900 * internals/internals.texi (Discussion -- Switching to C++): | |
2901 * internals/internals.texi (Discussion -- Windows External Widget): | |
2902 | |
2903 Add sections on Basic Types and Low-Level Allocation. Move module | |
2904 docs here. Incorporate dynamic array and blocktype docs from | |
2905 source. | |
2906 | |
2907 Add info on beta releases up to present. | |
2908 | |
2909 Redo chapter on "Rules When Writing New C Code", grouping stuff | |
2910 together properly. Put "Major Textual Changes" under this | |
2911 chapter. Incorporate etc/CODING-STANDARDS. | |
2912 | |
2913 Add discussion sections on "Instantiators and Generic Property | |
2914 Accessors" and "Switching to C++". Fill out discussion on garbage | |
2915 collection. | |
2916 | |
2917 Incorporate backtraces showing crashes due to problems with | |
2918 redisplay-critical-section protection. | |
2919 | |
2367 | 2920 2004-11-04 Ben Wing <ben@xemacs.org> |
2921 | |
2922 * lispref/mule.texi (CCL Syntax): | |
2923 * lispref/mule.texi (INT-OR-CHAR): New. | |
2924 * lispref/mule.texi (CCL Statements): | |
2925 Update CCL docs. | |
2926 | |
2927 2004-11-04 Ben Wing <ben@xemacs.org> | |
2928 | |
2929 * internals/internals.texi (Top): | |
2930 * internals/internals.texi (NOTE): New. | |
2931 * internals/internals.texi (list-to-texinfo): New. | |
2932 * internals/internals.texi (remove-spacing): New. | |
2933 * internals/internals.texi (table-to-texinfo): New. | |
2934 * internals/internals.texi (convert-text-to-texinfo): New. | |
2935 * internals/internals.texi ('make-future): New. | |
2936 * internals/internals.texi ('make-discussion): New. | |
2937 * internals/internals.texi ('make-old-future): New. | |
2938 * internals/internals.texi ('make-section): New. | |
2939 * internals/internals.texi ('make-subsection): New. | |
2940 * internals/internals.texi (Introduction): | |
2941 * internals/internals.texi (divisions): New. | |
2942 * internals/internals.texi (Authorship of XEmacs): | |
2943 * internals/internals.texi (XEmacs): | |
2944 * internals/internals.texi (The XEmacs Split): | |
2945 * internals/internals.texi (Author): New. | |
2946 * internals/internals.texi (XEmacs from the Outside): | |
2947 * internals/internals.texi (The Lisp Language): | |
2948 * internals/internals.texi (XEmacs from the Perspective of Building): | |
2949 * internals/internals.texi (Build-Time Dependencies): | |
2950 * internals/internals.texi (The Modules of XEmacs): | |
2951 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
2952 * internals/internals.texi (ways): Removed. | |
2953 * internals/internals.texi (Low-Level Modules): | |
2954 * internals/internals.texi (Basic Lisp Modules): | |
2955 * internals/internals.texi (Modules for Standard Editing Operations): | |
2956 * internals/internals.texi (files): Removed. | |
2957 * internals/internals.texi (Modules for Interfacing with the File System): | |
2958 * internals/internals.texi (some_variable): Removed. | |
2959 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
2960 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
2961 * internals/internals.texi (character): Removed. | |
2962 * internals/internals.texi (Major Textual Changes): | |
2963 * internals/internals.texi (Great Integral Type Renaming): | |
2964 * internals/internals.texi (commands): Removed. | |
2965 * internals/internals.texi (Text/Char Type Renaming): | |
2966 * internals/internals.texi (pattern): Removed. | |
2967 * internals/internals.texi (Rules When Writing New C Code): | |
2968 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
2969 * internals/internals.texi (General Coding Rules): | |
2970 * internals/internals.texi (examples): Removed. | |
2971 * internals/internals.texi (Object-Oriented Techniques for C): | |
2972 * internals/internals.texi (Writing Lisp Primitives): | |
2973 * internals/internals.texi (Writing Good Comments): | |
2974 * internals/internals.texi (Adding Global Lisp Variables): | |
2975 * internals/internals.texi (Writing Macros): | |
2976 * internals/internals.texi (Proper Use of Unsigned Types): | |
2977 * internals/internals.texi (Techniques for XEmacs Developers): | |
2978 * internals/internals.texi (Regression Testing XEmacs): | |
2979 * internals/internals.texi (How to Regression-Test): | |
2980 * internals/internals.texi (Modules for Regression Testing): | |
2981 * internals/internals.texi (CVS Techniques): | |
2982 * internals/internals.texi (Merging a Branch into the Trunk): | |
2983 * internals/internals.texi (XEmacs from the Inside): | |
2984 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
2985 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
2986 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
2987 * internals/internals.texi (Introduction to Allocation): | |
2988 * internals/internals.texi (Garbage Collection): | |
2989 * internals/internals.texi (GCPROing): | |
2990 * internals/internals.texi (Garbage Collection - Step by Step): | |
2991 * internals/internals.texi (Invocation): | |
2992 * internals/internals.texi (garbage_collect_1): | |
2993 * internals/internals.texi (mark_object): | |
2994 * internals/internals.texi (gc_sweep): | |
2995 * internals/internals.texi (sweep_lcrecords_1): | |
2996 * internals/internals.texi (compact_string_chars): | |
2997 * internals/internals.texi (sweep_strings): | |
2998 * internals/internals.texi (sweep_bit_vectors_1): | |
2999 * internals/internals.texi (Integers and Characters): | |
3000 * internals/internals.texi (Allocation from Frob Blocks): | |
3001 * internals/internals.texi (lrecords): | |
3002 * internals/internals.texi (Low-level allocation): | |
3003 * internals/internals.texi (Cons): | |
3004 * internals/internals.texi (Vector): | |
3005 * internals/internals.texi (Bit Vector): | |
3006 * internals/internals.texi (Symbol): | |
3007 * internals/internals.texi (Marker): | |
3008 * internals/internals.texi (String): | |
3009 * internals/internals.texi (Compiled Function): | |
3010 * internals/internals.texi (The Lisp Reader and Compiler): | |
3011 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
3012 * internals/internals.texi (Evaluation): | |
3013 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3014 * internals/internals.texi (Simple Special Forms): | |
3015 * internals/internals.texi (Catch and Throw): | |
3016 * internals/internals.texi (Error Trapping): | |
3017 * internals/internals.texi (Symbols and Variables): | |
3018 * internals/internals.texi (Introduction to Symbols): | |
3019 * internals/internals.texi (Obarrays): | |
3020 * internals/internals.texi (Symbol Values): | |
3021 * internals/internals.texi (Buffers): | |
3022 * internals/internals.texi (Introduction to Buffers): | |
3023 * internals/internals.texi (Buffer Lists): | |
3024 * internals/internals.texi (Markers and Extents): | |
3025 * internals/internals.texi (The Buffer Object): | |
3026 * internals/internals.texi (Text): | |
3027 * internals/internals.texi (The Text in a Buffer): | |
3028 * internals/internals.texi (Ibytes and Ichars): | |
3029 * internals/internals.texi (Byte-Char Position Conversion): | |
3030 * internals/internals.texi (Searching and Matching): | |
3031 * internals/internals.texi (Multilingual Support): | |
3032 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
3033 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
3034 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
3035 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
3036 * internals/internals.texi (Character Sets): | |
3037 * internals/internals.texi (Encodings): | |
3038 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
3039 * internals/internals.texi (JIS7): | |
3040 * internals/internals.texi (Internal Mule Encodings): | |
3041 * internals/internals.texi (Internal String Encoding): | |
3042 * internals/internals.texi (Internal Character Encoding): | |
3043 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
3044 * internals/internals.texi (Byte Types): | |
3045 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
3046 * internals/internals.texi (Buffer Positions): | |
3047 * internals/internals.texi (Other Typedefs): | |
3048 * internals/internals.texi (Usage of the Various Representations): | |
3049 * internals/internals.texi (Working With the Various Representations): | |
3050 * internals/internals.texi (Internal Text API's): | |
3051 * internals/internals.texi (Basic internal-format API's): | |
3052 * internals/internals.texi (The DFC API): | |
3053 * internals/internals.texi (The Eistring API): | |
3054 * internals/internals.texi (Coding for Mule): | |
3055 * internals/internals.texi (Character-Related Data Types): | |
3056 * internals/internals.texi (Working With Character and Byte Positions): | |
3057 * internals/internals.texi (Conversion to and from External Data): | |
3058 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3059 * internals/internals.texi (An Example of Mule-Aware Code): | |
3060 * internals/internals.texi (Mule-izing Code): | |
3061 * internals/internals.texi (CCL): | |
3062 * internals/internals.texi (Microsoft Windows-Related Multilingual Issues): | |
3063 * internals/internals.texi (Microsoft Documentation): | |
3064 * internals/internals.texi (Locales): | |
3065 * internals/internals.texi (More about code pages): | |
3066 * internals/internals.texi (More about locales): | |
3067 * internals/internals.texi (Unicode support under Windows): | |
3068 * internals/internals.texi (The golden rules of writing Unicode-safe code): | |
3069 * internals/internals.texi (The format of the locale in setlocale()): | |
3070 * internals/internals.texi (Random other Windows I18N docs): | |
3071 * internals/internals.texi (Modules for Internationalization): | |
3072 * internals/internals.texi (Consoles; Devices; Frames; Windows): | |
3073 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3074 * internals/internals.texi (Point): | |
3075 * internals/internals.texi (Window Hierarchy): | |
3076 * internals/internals.texi (The Window Object): | |
3077 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3078 * internals/internals.texi (The Redisplay Mechanism): | |
3079 * internals/internals.texi (Critical Redisplay Sections): | |
3080 * internals/internals.texi (Line Start Cache): | |
3081 * internals/internals.texi (Redisplay Piece by Piece): | |
3082 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
3083 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
3084 * internals/internals.texi (Extents): | |
3085 * internals/internals.texi (Introduction to Extents): | |
3086 * internals/internals.texi (Extent Ordering): | |
3087 * internals/internals.texi (Format of the Extent Info): | |
3088 * internals/internals.texi (Zero-Length Extents): | |
3089 * internals/internals.texi (Mathematics of Extent Ordering): | |
3090 * internals/internals.texi (Extent Fragments): | |
3091 * internals/internals.texi (Faces): | |
3092 * internals/internals.texi (Glyphs): | |
3093 * internals/internals.texi (Specifiers): | |
3094 * internals/internals.texi (Menus): | |
3095 * internals/internals.texi (Events and the Event Loop): | |
3096 * internals/internals.texi (Introduction to Events): | |
3097 * internals/internals.texi (Main Loop): | |
3098 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
3099 * internals/internals.texi (Specifics About the Emacs Event): | |
3100 * internals/internals.texi (Event Queues): | |
3101 * internals/internals.texi (Event Stream Callback Routines): | |
3102 * internals/internals.texi (Other Event Loop Functions): | |
3103 * internals/internals.texi (Stream Pairs): | |
3104 * internals/internals.texi (Converting Events): | |
3105 * internals/internals.texi (Dispatching Events; The Command Builder): | |
3106 * internals/internals.texi (Focus Handling): | |
3107 * internals/internals.texi (Editor-Level Control Flow Modules): | |
3108 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
3109 * internals/internals.texi (Signal Handling): | |
3110 * internals/internals.texi (Control-G (Quit) Checking): | |
3111 * internals/internals.texi (Profiling): | |
3112 * internals/internals.texi (Asynchronous Timeouts): | |
3113 * internals/internals.texi (Exiting): | |
3114 * internals/internals.texi (Lstreams): | |
3115 * internals/internals.texi (Creating an Lstream): | |
3116 * internals/internals.texi (Lstream Types): | |
3117 * internals/internals.texi (Lstream Functions): | |
3118 * internals/internals.texi (Lstream Methods): | |
3119 * internals/internals.texi (Subprocesses): | |
3120 * internals/internals.texi (Interface to MS Windows): | |
3121 * internals/internals.texi (Different kinds of Windows environments): | |
3122 * internals/internals.texi (Windows Build Flags): | |
3123 * internals/internals.texi (Windows I18N Introduction): | |
3124 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
3125 * internals/internals.texi (Interface to the X Window System): | |
3126 * internals/internals.texi (Lucid Widget Library): | |
3127 * internals/internals.texi (Generic Widget Interface): | |
3128 * internals/internals.texi (dependencies): New. | |
3129 * internals/internals.texi (routines): New. | |
3130 * internals/internals.texi (Summary): New. | |
3131 * internals/internals.texi (Scrollbars): | |
3132 * internals/internals.texi (Menubars): | |
3133 * internals/internals.texi (Checkboxes and Radio Buttons): | |
3134 * internals/internals.texi (Progress Bars): | |
3135 * internals/internals.texi (Tab Controls): | |
3136 * internals/internals.texi (Modules for Interfacing with X Windows): | |
3137 * internals/internals.texi (Dumping): | |
3138 * internals/internals.texi (Dumping Justification): | |
3139 * internals/internals.texi (Overview): | |
3140 * internals/internals.texi (Data descriptions): | |
3141 * internals/internals.texi (Dumping phase): | |
3142 * internals/internals.texi (Object inventory): | |
3143 * internals/internals.texi (Address allocation): | |
3144 * internals/internals.texi (The header): | |
3145 * internals/internals.texi (Data dumping): | |
3146 * internals/internals.texi (Pointers dumping): | |
3147 * internals/internals.texi (Reloading phase): | |
3148 * internals/internals.texi (Abstract): New. | |
3149 * internals/internals.texi (Remaining issues): | |
3150 * internals/internals.texi (Future Work): | |
3151 * internals/internals.texi (Future Work -- General Suggestions): | |
3152 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
3153 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
3154 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
3155 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
3156 * internals/internals.texi (Future Work -- Keyword Parameters): | |
3157 * internals/internals.texi (Future Work -- Property Interface Changes): | |
3158 * internals/internals.texi (Future Work -- Toolbars): | |
3159 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
3160 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
3161 * internals/internals.texi (Future Work -- Menu API Changes): | |
3162 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
3163 * internals/internals.texi (Future Work -- Mouse Pointer): | |
3164 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
3165 * internals/internals.texi (Future Work -- Busy Pointer): | |
3166 * internals/internals.texi (Future Work -- Extents): | |
3167 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
3168 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
3169 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
3170 * internals/internals.texi (Future Work -- Keybindings): | |
3171 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
3172 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
3173 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
3174 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
3175 * internals/internals.texi (Future Work -- Autodetection): | |
3176 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
3177 * internals/internals.texi (Future Work -- Unicode): | |
3178 * internals/internals.texi (Future Work -- BIDI Support): | |
3179 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
3180 * internals/internals.texi (Future Work -- Lisp Stream API): | |
3181 * internals/internals.texi (Future Work -- Multiple Values): | |
3182 * internals/internals.texi (Future Work -- Macros): | |
3183 * internals/internals.texi (Future Work -- Specifiers): | |
3184 * internals/internals.texi (Future Work -- Display Tables): | |
3185 * internals/internals.texi (Future Work -- Making Elisp Function Calls Faster): | |
3186 * internals/internals.texi (Future Work -- Lisp Engine Replacement): | |
3187 * internals/internals.texi (Future Work -- Lisp Engine Discussion): | |
3188 * internals/internals.texi (Future Work -- Lisp Engine Replacement -- Implementation): | |
3189 * internals/internals.texi (Future Work -- Startup File Modification by Packages): | |
3190 * internals/internals.texi (Future Work Discussion): | |
3191 * internals/internals.texi (Discussion -- garbage collection): | |
3192 * internals/internals.texi (Discussion -- glyphs): | |
3193 * internals/internals.texi (Discussion -- Dialog Boxes): | |
3194 * internals/internals.texi (Discussion -- Multilingual Issues): | |
3195 * internals/internals.texi (Discussion -- Windows External Widget): | |
3196 * internals/internals.texi (Discussion -- Packages): | |
3197 * internals/internals.texi (Discussion -- Distribution Layout): | |
3198 * internals/internals.texi (Old Future Work): | |
3199 * internals/internals.texi (Old Future Work -- A Portable Unexec Replacement): | |
3200 * internals/internals.texi (backtrace): New. | |
3201 * internals/internals.texi (Old Future Work -- Indirect Buffers): | |
3202 * internals/internals.texi (emacs-lisp): New. | |
3203 * internals/internals.texi (Old Future Work -- Improvements in support for non-ASCII (European) keysyms under X): | |
3204 * internals/internals.texi (Newsgroups): New. | |
3205 * internals/internals.texi (Old Future Work -- RTF Clipboard Support): | |
3206 * internals/internals.texi (own-selection): New. | |
3207 * internals/internals.texi (Old Future Work -- xemacs.org Mailing Address Changes): | |
3208 * internals/internals.texi (COMMENT): New. | |
3209 * internals/internals.texi (Old Future Work -- Lisp callbacks from critical areas of the C code): | |
3210 * internals/internals.texi (Now): Removed. | |
3211 * internals/internals.texi (Proof): Removed. | |
3212 * internals/internals.texi (Note): Removed. | |
3213 * internals/internals.texi (Date): New. | |
3214 * internals/internals.texi (ben): Removed. | |
3215 * internals/internals.texi (importance): New. | |
3216 * internals/internals.texi (From): New. | |
3217 Major work on internals manual. Rearranged many chapters so as to | |
3218 lie in coherent divisions. | |
3219 Add tons of stuff to Future Work, Old Future Work, Discussions. | |
3220 Add lots of stuff to Mule section (Multilingual ...). | |
3221 Remove index.texi, incorporate into internals.texi. | |
3222 Section on early history and an introduction. | |
3223 Section on XEmacs split. Lots of new MS Windows docs | |
3224 Mostly recently: Windows-I18N docs. Lots if new I18N docs. | |
3225 Loads of other stuff. | |
3226 | |
2362 | 3227 2004-11-02 Ben Wing <ben@xemacs.org> |
3228 | |
3229 * internals/index.texi: | |
3230 Deleted. Incorporated into internals.texi. Having a separate | |
3231 index file messes up texinfo-master-menu. | |
2865 | 3232 |
2362 | 3233 * internals/internals.texi: |
3234 * internals/internals.texi (Top): | |
3235 * internals/internals.texi (Introduction): | |
3236 * internals/internals.texi (Authorship of XEmacs): | |
3237 * internals/internals.texi (A History of Emacs): | |
3238 * internals/internals.texi (Through Version 18): | |
3239 * internals/internals.texi (Lucid Emacs): | |
3240 * internals/internals.texi (GNU Emacs 19): | |
3241 * internals/internals.texi (GNU Emacs 20): | |
3242 * internals/internals.texi (XEmacs): | |
3243 * internals/internals.texi (XEmacs From the Outside): | |
3244 * internals/internals.texi (The Lisp Language): | |
3245 * internals/internals.texi (XEmacs From the Perspective of Building): | |
3246 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
3247 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
3248 * internals/internals.texi (Major Textual Changes): | |
3249 * internals/internals.texi (Great Integral Type Renaming): | |
3250 * internals/internals.texi (Text/Char Type Renaming): | |
3251 * internals/internals.texi (Rules When Writing New C Code): | |
3252 * internals/internals.texi (A Reader's Guide to XEmacs Coding Conventions): | |
3253 * internals/internals.texi (General Coding Rules): | |
3254 * internals/internals.texi (Object-Oriented Techniques for C): | |
3255 * internals/internals.texi (Writing Lisp Primitives): | |
3256 * internals/internals.texi (Writing Good Comments): | |
3257 * internals/internals.texi (Adding Global Lisp Variables): | |
3258 * internals/internals.texi (Writing Macros): | |
3259 * internals/internals.texi (Proper Use of Unsigned Types): | |
3260 * internals/internals.texi (Techniques for XEmacs Developers): | |
3261 * internals/internals.texi (Regression Testing XEmacs): | |
3262 * internals/internals.texi (How to Regression-Test): | |
3263 * internals/internals.texi (Modules for Regression Testing): | |
3264 * internals/internals.texi (CVS Techniques): | |
3265 * internals/internals.texi (Merging a Branch into the Trunk): | |
3266 * internals/internals.texi (The Modules of XEmacs): | |
3267 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
3268 * internals/internals.texi (Low-Level Modules): | |
3269 * internals/internals.texi (Basic Lisp Modules): | |
3270 * internals/internals.texi (Modules for Standard Editing Operations): | |
3271 * internals/internals.texi (Modules for Interfacing with the File System): | |
3272 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
3273 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
3274 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
3275 * internals/internals.texi (Introduction to Allocation): | |
3276 * internals/internals.texi (Garbage Collection): | |
3277 * internals/internals.texi (GCPROing): | |
3278 * internals/internals.texi (Garbage Collection - Step by Step): | |
3279 * internals/internals.texi (Invocation): | |
3280 * internals/internals.texi (garbage_collect_1): | |
3281 * internals/internals.texi (mark_object): | |
3282 * internals/internals.texi (gc_sweep): | |
3283 * internals/internals.texi (sweep_lcrecords_1): | |
3284 * internals/internals.texi (compact_string_chars): | |
3285 * internals/internals.texi (Integers and Characters): | |
3286 * internals/internals.texi (Allocation from Frob Blocks): | |
3287 * internals/internals.texi (lrecords): | |
3288 * internals/internals.texi (Low-level allocation): | |
3289 * internals/internals.texi (Cons): | |
3290 * internals/internals.texi (Vector): | |
3291 * internals/internals.texi (Symbol): | |
3292 * internals/internals.texi (Marker): | |
3293 * internals/internals.texi (String): | |
3294 * internals/internals.texi (Dumping): | |
3295 * internals/internals.texi (Dumping Justification): | |
3296 * internals/internals.texi (Overview): | |
3297 * internals/internals.texi (Data descriptions): | |
3298 * internals/internals.texi (Dumping phase): | |
3299 * internals/internals.texi (Object inventory): | |
3300 * internals/internals.texi (Address allocation): | |
3301 * internals/internals.texi (The header): | |
3302 * internals/internals.texi (Data dumping): | |
3303 * internals/internals.texi (Pointers dumping): | |
3304 * internals/internals.texi (Reloading phase): | |
3305 * internals/internals.texi (Remaining issues): | |
3306 * internals/internals.texi (Events and the Event Loop): | |
3307 * internals/internals.texi (Introduction to Events): | |
3308 * internals/internals.texi (Main Loop): | |
3309 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
3310 * internals/internals.texi (Specifics About the Emacs Event): | |
3311 * internals/internals.texi (Event Queues): | |
3312 * internals/internals.texi (Event Stream Callback Routines): | |
3313 * internals/internals.texi (IMPORTANT): New. | |
3314 * internals/internals.texi (Other Event Loop Functions): | |
3315 * internals/internals.texi (Stream Pairs): | |
3316 * internals/internals.texi (Converting Events): | |
3317 * internals/internals.texi (Dispatching Events; The Command Builder): | |
3318 * internals/internals.texi (Focus Handling): | |
3319 * internals/internals.texi (Editor-Level Control Flow Modules): | |
3320 * internals/internals.texi (Asynchronous Events; Quit Checking): | |
3321 * internals/internals.texi (Control-G (Quit) Checking): | |
3322 * internals/internals.texi (completely): New. | |
3323 * internals/internals.texi (Profiling): | |
3324 * internals/internals.texi (Exiting): | |
3325 * internals/internals.texi (BEWARE): New. | |
3326 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
3327 * internals/internals.texi (Evaluation): | |
3328 * internals/internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
3329 * internals/internals.texi (Simple Special Forms): | |
3330 * internals/internals.texi (Catch and Throw): | |
3331 * internals/internals.texi (Introduction to Symbols): | |
3332 * internals/internals.texi (Obarrays): | |
3333 * internals/internals.texi (Symbol Values): | |
3334 * internals/internals.texi (Buffers): | |
3335 * internals/internals.texi (Introduction to Buffers): | |
3336 * internals/internals.texi (Buffer Lists): | |
3337 * internals/internals.texi (Markers and Extents): | |
3338 * internals/internals.texi (The Buffer Object): | |
3339 * internals/internals.texi (Text): | |
3340 * internals/internals.texi (The Text in a Buffer): | |
3341 * internals/internals.texi (Ibytes and Ichars): | |
3342 * internals/internals.texi (Byte-Char Position Conversion): | |
3343 * internals/internals.texi (Searching and Matching): | |
3344 * internals/internals.texi (Multilingual Support): | |
3345 * internals/internals.texi (Introduction to Multilingual Issues #1): | |
3346 * internals/internals.texi (Introduction to Multilingual Issues #2): | |
3347 * internals/internals.texi (Introduction to Multilingual Issues #3): | |
3348 * internals/internals.texi (Introduction to Multilingual Issues #4): | |
3349 * internals/internals.texi (Character Sets): | |
3350 * internals/internals.texi (Encodings): | |
3351 * internals/internals.texi (Japanese EUC (Extended Unix Code)): | |
3352 * internals/internals.texi (JIS7): | |
3353 * internals/internals.texi (Internal Mule Encodings): | |
3354 * internals/internals.texi (Internal String Encoding): | |
3355 * internals/internals.texi (Internal Character Encoding): | |
3356 * internals/internals.texi (Byte/Character Types; Buffer Positions; Other Typedefs): | |
3357 * internals/internals.texi (Byte Types): | |
3358 * internals/internals.texi (Different Ways of Seeing Internal Text): | |
3359 * internals/internals.texi (prefixes): New. | |
3360 * internals/internals.texi (C): New. | |
3361 * internals/internals.texi (U): New. | |
3362 * internals/internals.texi (S): New. | |
3363 * internals/internals.texi (Specifically): New. | |
3364 * internals/internals.texi (Buffer Positions): | |
3365 * internals/internals.texi (Other Typedefs): | |
3366 * internals/internals.texi (Usage of the Various Representations): | |
3367 * internals/internals.texi (Working With the Various Representations): | |
3368 * internals/internals.texi (Internal Text API's): | |
3369 * internals/internals.texi (Basic internal-format API's): | |
3370 * internals/internals.texi (The DFC API): | |
3371 * internals/internals.texi (The Eistring API): | |
3372 * internals/internals.texi (Coding for Mule): | |
3373 * internals/internals.texi (Character-Related Data Types): | |
3374 * internals/internals.texi (Working With Character and Byte Positions): | |
3375 * internals/internals.texi (Conversion to and from External Data): | |
3376 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
3377 * internals/internals.texi (An Example of Mule-Aware Code): | |
3378 * internals/internals.texi (Mule-izing Code): | |
3379 * internals/internals.texi (CCL): | |
3380 * internals/internals.texi (Modules for Internationalization): | |
3381 * internals/internals.texi (The Lisp Reader and Compiler): | |
3382 * internals/internals.texi (Lstreams): | |
3383 * internals/internals.texi (Creating an Lstream): | |
3384 * internals/internals.texi (Lstream Types): | |
3385 * internals/internals.texi (Lstream Functions): | |
3386 * internals/internals.texi (Lstream Methods): | |
3387 * internals/internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
3388 * internals/internals.texi (Point): | |
3389 * internals/internals.texi (Window Hierarchy): | |
3390 * internals/internals.texi (The Window Object): | |
3391 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
3392 * internals/internals.texi (The Redisplay Mechanism): | |
3393 * internals/internals.texi (Critical Redisplay Sections): | |
3394 * internals/internals.texi (Line Start Cache): | |
3395 * internals/internals.texi (Redisplay Piece by Piece): | |
3396 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
3397 * internals/internals.texi (Modules for other Display-Related Lisp Objects): | |
3398 * internals/internals.texi (Introduction to Extents): | |
3399 * internals/internals.texi (Extent Ordering): | |
3400 * internals/internals.texi (Format of the Extent Info): | |
3401 * internals/internals.texi (Zero-Length Extents): | |
3402 * internals/internals.texi (Mathematics of Extent Ordering): | |
3403 * internals/internals.texi (Extent Fragments): | |
3404 * internals/internals.texi (Faces): | |
3405 * internals/internals.texi (Glyphs): | |
3406 * internals/internals.texi (Specifiers): | |
3407 * internals/internals.texi (Menus): | |
3408 * internals/internals.texi (Subprocesses): | |
3409 * internals/internals.texi (Interface to MS Windows): | |
3410 * internals/internals.texi (Different kinds of Windows environments): | |
3411 * internals/internals.texi (Windows Build Flags): | |
3412 * internals/internals.texi (Windows I18N Introduction): | |
3413 * internals/internals.texi (Modules for Interfacing with MS Windows): | |
3414 * internals/internals.texi (Interface to the X Window System): | |
3415 * internals/internals.texi (Generic Widget Interface): | |
3416 * internals/internals.texi (Scrollbars): | |
3417 * internals/internals.texi (Menubars): | |
3418 * internals/internals.texi (Checkboxes and Radio Buttons): | |
3419 * internals/internals.texi (Modules for Interfacing with X Windows): | |
3420 * internals/internals.texi (Future Work): | |
3421 * internals/internals.texi (Future Work -- Elisp Compatibility Package): | |
3422 * internals/internals.texi (Future Work -- Drag-n-Drop): | |
3423 * internals/internals.texi (Future Work -- Standard Interface for Enabling Extensions): | |
3424 * internals/internals.texi (Future Work -- Better Initialization File Scheme): | |
3425 * internals/internals.texi (Future Work -- Keyword Parameters): | |
3426 * internals/internals.texi (Future Work -- Property Interface Changes): | |
3427 * internals/internals.texi (Future Work -- Easier Toolbar Customization): | |
3428 * internals/internals.texi (Future Work -- Toolbar Interface Changes): | |
3429 * internals/internals.texi (Future Work -- Menu API Changes): | |
3430 * internals/internals.texi (Future Work -- Removal of Misc-User Event Type): | |
3431 * internals/internals.texi (Future Work -- Mouse Pointer): | |
3432 * internals/internals.texi (Future Work -- Abstracted Mouse Pointer Interface): | |
3433 * internals/internals.texi (Future Work -- Busy Pointer): | |
3434 * internals/internals.texi (Future Work -- Extents): | |
3435 * internals/internals.texi (Future Work -- Everything should obey duplicable extents): | |
3436 * internals/internals.texi (Future Work -- Version Number and Development Tree Organization): | |
3437 * internals/internals.texi (Future Work -- Improvements to the @code{xemacs.org} Website): | |
3438 * internals/internals.texi (Future Work -- Keybinding Schemes): | |
3439 * internals/internals.texi (Future Work -- Better Support for Windows Style Key Bindings): | |
3440 * internals/internals.texi (Future Work -- Misc Key Binding Ideas): | |
3441 * internals/internals.texi (Future Work -- Byte Code Snippets): | |
3442 * internals/internals.texi (Future Work -- Autodetection): | |
3443 * internals/internals.texi (Future Work -- Conversion Error Detection): | |
3444 * internals/internals.texi (Future Work -- BIDI Support): | |
3445 * internals/internals.texi (Future Work -- Localized Text/Messages): | |
3446 * internals/internals.texi (freeze): New. | |
3447 * internals/internals.texi (fail-safe): New. | |
3448 * internals/internals.texi (like): New. | |
3449 * internals/internals.texi (user): New. | |
3450 * internals/internals.texi (ben): New. | |
3451 * internals/internals.texi ('type): New. | |
3452 * internals/internals.texi (NOTE): New. | |
3453 * internals/internals.texi (ILLEGIBLE): New. | |
3454 * internals/internals.texi (language): New. | |
3455 * internals/internals.texi (preprocessing): New. | |
3456 * internals/internals.texi (Subject): New. | |
3457 * internals/internals.texi (http): New. | |
3458 * internals/internals.texi (Now): Removed. | |
3459 * internals/internals.texi (wrong): New. | |
3460 * internals/internals.texi (Proof): Removed. | |
3461 | |
3462 Add bunches and bunches and bunches and bunches of stuff, taken | |
3463 from documentation floating around in various places -- text.c, | |
3464 file-coding.c, other .c and .h files, stuff that I wrote up for an | |
3465 old XEmacs contract, proposals written up in the process of an | |
3466 e-mail discussion, etc. Fix up some mistakes, esp. in CCL. Extra | |
3467 crap from CCL, duplicated with Lispref, removed. Sections on Old | |
3468 Future Work and Future Work Discussion added. | |
3469 | |
3470 Bunches of other work. Add bunches of documentation taken from the | |
3471 source code. Fixup various places to use @strong{}, @code{}, | |
3472 @file{}. Create new Text chapter, split off from Buffers and | |
3473 Textual Representation. Create new chapter for MS Windows, mostly | |
3474 written from scratch. Consolidate all Mule info under | |
3475 "Multilingual Support". Break up chapter on modules and move some | |
3476 parts to the sections discussing the modules, for consolidation | |
3477 purposes. Add a big cross-reference table for all the modules to | |
3478 where they're discussed (or not). New chapter Asynchronous | |
3479 Events; Quit Checking. (Taken from various parts of the code.) New | |
3480 Introduction. New section on Focus Handling (from the code). | |
3481 | |
3482 NOTE that in the process, I discovered that we essentially have | |
3483 FOUR redundant introductions to Mule issues! Someone really needs | |
3484 to go through and clean them up and integrate them (sjt?). | |
3485 | |
2355 | 3486 2003-07-18 Alexey Mahotkin <alexm@hsys.msk.ru> |
3487 | |
3488 * lispref/windows.texi (Basic Windows): Fix typo. | |
3489 | |
2346 | 3490 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
3491 | |
3492 * XEmacs 21.5.18 "chestnut" is released. | |
3493 | |
2297 | 3494 2003-11-02 Stephen J. Turnbull <stephen@xemacs.org> |
3495 | |
3496 * lispref/control.texi (Examples of Catch): Mention use of a cons | |
3497 as a catch tag. | |
3498 | |
3499 2004-07-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3500 | |
3501 * lispref/glyphs.texi (Image Instantiator Formats): Add a few | |
3502 words about the tab control widget. | |
3503 | |
2289 | 3504 2004-05-14 Darryl Okahata <darrylo@xemacs.org> |
3505 | |
3506 * lispref/windows.texi. Added documentation for the functions, | |
3507 ``current-pixel-row'' and ``current-pixel-column''. | |
3508 | |
2269 | 3509 2004-09-13 Jerry James <james@xemacs.org> |
3510 | |
3511 * internals/internals.texi (Modules for Interfacing with the | |
3512 Operating System): The code formerly in callproc.c is now | |
3513 implemented in Lisp in process.el. | |
3514 | |
2256 | 3515 2004-08-30 Jerry James <james@xemacs.org> |
3516 | |
3517 * lispref/text.texi: Document text fields. | |
3518 | |
2255 | 3519 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
3520 | |
3521 * lispref/searching.texi (Syntax of Regexps): Add example of use | |
3522 of shy groups in variable subexpression, correct rumor that there | |
2297 | 3523 may be substantial performance gain. Document double-digit back- |
3524 references. | |
2255 | 3525 |
2214 | 3526 2004-08-13 Stephen J. Turnbull <stephen@xemacs.org> |
3527 | |
2215 | 3528 * xemacs/help.texi (Misc Help): Info-goto-emacs-key-command-node |
3529 to function index. Document Info-goto-emacs-command-node. | |
3530 | |
2214 | 3531 * lispref/positions.texi (Text Lines): makeinfo doesn't like Note:. |
3532 | |
2182 | 3533 2004-07-19 Stephen J. Turnbull <stephen@xemacs.org> |
3534 | |
3535 * lispref/glyphs.texi: Complete reorganization, some content updated. | |
3536 * lispref/lispref.texi (Top): Update menu to match. | |
3537 * lispref/extents.texi (Extent Properties): Update xref. | |
3538 | |
3539 2004-06-29 Stephen J. Turnbull <stephen@xemacs.org> | |
3540 | |
3541 * internals/internals.texi (Modules for Other Aspects of the Lisp | |
3542 Interpreter and Object System): Add description of Sextword syntax | |
3543 class (now obsolete). | |
3544 | |
3545 2004-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3546 | |
3547 * internals/internals.texi (Techniques for XEmacs Developers): Be | |
3548 specific when discussing optimization. | |
2255 | 3549 (Techniques for XEmacs Developers): Fragments that are meaningless |
2182 | 3550 by themselves or contain placeholders should be @samp, not @code. |
3551 (Modules for Internationalization): Add description of mule-coding.c | |
3552 and further deprecate mule.c. | |
3553 (Modules for Regression Testing): Add {tag,weak}-tests.el to list. | |
3554 | |
2164 | 3555 2004-07-05 Stephen J. Turnbull <stephen@xemacs.org> |
3556 | |
3557 * xemacs-faq.texi (Q3.10.2): Mention that `pending-delete' is in | |
3558 the "pc" package. | |
3559 | |
2141 | 3560 2004-06-15 Stephen J. Turnbull <stephen@xemacs.org> |
3561 | |
3562 * lispref/specifiers.texi (Specifier Instancing): Add "neon | |
3563 modeline" hack as an example. Thanks to Giacomo Boffi. | |
3564 | |
2135 | 3565 2004-06-07 Jerry James <james@xemacs.org> |
3566 | |
3567 * lispref/modes.texi (Major Modes): Document -mode functions, and | |
3568 the use of a nil argument to defined-derived mode. | |
3569 * lispref/modes.texi (Major Mode Conventions): Describe the use of | |
3570 delay-mode-hooks and define-derived-mode. | |
3571 * lispref/modes.texi (Derived Modes): Warn against the use of | |
3572 interactive specs in derived mode definitions. | |
3573 * lispref/modes.texi (Hooks): Document run-mode-hooks, | |
3574 delay-mode-hooks, run-hook-with-args, | |
3575 run-hook-with-args-until-failure, and0 | |
3576 run-hook-with-args-until-success. | |
3577 | |
2127 | 3578 2004-06-14 Stephen J. Turnbull <stephen@xemacs.org> |
3579 | |
3580 * lispref/glyphs.texi (Creating Glyphs): Improve discussion, fix a | |
3581 couple of typos. | |
3582 | |
3583 * lispref/faces.texi (Face Properties): Background pixmaps | |
3584 can be used on GTK and MS Windows. | |
3585 (Face Convenience Functions): Cross-reference glyph interface. | |
3586 Background pixmap is an image specifier, not a glyph. | |
3587 | |
2091 | 3588 2004-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
3589 | |
3590 * lispref/numbers.texi (Comparison of Numbers): Clarify bigfloat eql. | |
3591 (Predicates on Numbers): Fix thinko in description of `bigfloatp'. | |
3592 | |
2090 | 3593 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
3594 | |
3595 * lispref/numbers.texi (Numbers): Remove reference to "fixed- | |
3596 precision rationals," and fix description of floating-point | |
3597 contagion. | |
3598 (Integer Basics, Float Basics): Fix typos. | |
3599 (Canonicalization and Contagion): Complete rewrite. | |
3600 (Predicates on Numbers): Add fixnump, bignump, ratiop, rationalp, | |
3601 bigfloatp, floatingp, realp, oddp and evenp. | |
3602 (Rational Basics): Add numerator and denominator. | |
3603 (Random Numbers): Fix description of range, and add paranoid | |
3604 comment about how unpredictable `(random t)' is. | |
3605 (Canonicalization and Contagion): Renamed from Contagion and | |
3606 Canonicalization. | |
3607 (The Bignum Extension): Fix it in menu. | |
3608 | |
2069 | 3609 2004-05-10 Stephen J. Turnbull <stephen@xemacs.org> |
3610 | |
3611 * internals/internals.texi (Object-Oriented Techniques for C): | |
3612 Remove reference to "encouraging port to C++". | |
3613 | |
3614 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
2033 | 3615 |
3616 * lispref/numbers.texi (The Bignum Extension): Mention the feature | |
3617 symbols provided. | |
3618 | |
2069 | 3619 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> |
2032 | 3620 |
3621 * lispref/numbers.texi (Rational Basics): There's a reason why | |
3622 this node is named "Rational" and not "Ratio" in the menu.... | |
3623 | |
2028 | 3624 2004-04-18 Stephen J. Turnbull <stephen@xemacs.org> |
3625 | |
3626 * internals/internals.texi (Object-Oriented Techniques in XEmacs): | |
3627 New node. | |
3628 (The XEmacs Object System (Abstractly Speaking)): | |
3629 Reorder the list of objects somewhat. | |
3630 Add brief descriptions of the arbitrary-precision number types. | |
3631 (Writing Good Comments): Slight revision, recommend @xemacs alias. | |
3632 (Character-Related Data Types): Add a few comments re Unicode. | |
3633 (Working With Character and Byte Positions): Ditto. | |
3634 (General Guidelines for Writing Mule-Aware Code): Query. | |
3635 (Conversion to and from External Data): Ditto. | |
3636 (Techniques for XEmacs Developers): Typo. | |
3637 (Modules for Regression Testing): Add an xref. | |
3638 (Overview): Note that dump file is now inside the executable. | |
3639 (Remaining issues): Mention ExecShield vs. pdumper. | |
3640 (Searching and Matching): Mention UTF-8 wrt Mule. | |
3641 | |
3642 2004-02-22 Stephen J. Turnbull <stephen@xemacs.org> | |
3643 | |
3644 * widget.texi (Introduction): Update historical references a bit. | |
3645 Fix many typos and grammatical problems. | |
3646 (User Interface): Fix typo. | |
3647 | |
2069 | 3648 2004-04-09 Stephen J. Turnbull <stephen@xemacs.org> |
2028 | 3649 |
3650 * lispref/numbers.texi (Numbers): Describe bignums, ratios, and | |
3651 bigfloats briefly. | |
3652 (Integer Basics): We've had 31-bit integers for a while. Fix the | |
3653 statement of minimum available precision and the examples. | |
3654 Document most-positive-fixnum and most-negative-fixnum. Add a | |
3655 pointer to the node "The Bignum Extension". | |
3656 (Float Basics): Document most-positive-float, most-negative-float, | |
3657 least-positive-float, least-positive-normalized-float, | |
3658 least-negative-float, and least-negative-normalized-float. Add a | |
3659 pointer to the node "The Bignum Extension". | |
3660 (Comparison of Numbers): Update for bignums. | |
3661 | |
3662 (The Bignum Extension): | |
3663 (Bignum Basics): | |
3664 (Ratio Basics): | |
3665 (Bigfloat Basics): | |
3666 (Contagion and Canonicalization): | |
3667 (Compatibility Issues): | |
3668 New nodes. | |
3669 | |
3670 * lispref/lispref.texi (Top): | |
2865 | 3671 * lispref/numbers.texi (Numbers): |
2028 | 3672 Add nodes "Ratio Basics" and "The Bignum Extension" to menus. |
3673 | |
3674 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> | |
3675 | |
3676 * lispref/specifiers.texi: Update FSF copyright. | |
3677 (Specifier Compatibility Notes): New node. | |
3678 | |
3679 * lispref/glyphs.texi (Glyph Properties): Fix typo. | |
3680 (Glyphs): | |
3681 (Native GUI Widgets): New node. | |
3682 | |
3683 * lispref/gutter.texi (Gutter Descriptor Format): Node deleted. | |
3684 (Gutter): | |
2865 | 3685 (Gutter Intro): |
3686 (Creating Gutter): | |
3687 (Specifying a Gutter): | |
2028 | 3688 Pluralize node name to Creating Gutters. |
3689 (Creating Gutters): Improve explanation of gutter descriptors. | |
3690 (Other Gutter Variables): Remove extraneous text. | |
3691 (Common Gutter Widgets): In lieu of real documentation, at least | |
3692 point to gutter-items.el. | |
3693 | |
2069 | 3694 2004-04-06 Stephen J. Turnbull <stephen@xemacs.org> |
1987 | 3695 |
3696 Lightly revised from <psr7v1j039.fsf@diannao.ittc.ku.edu>. | |
3697 Thanks to Jerry James <james@xemacs.org>. | |
3698 | |
3699 * xemacs-faq.texi (Top, Miscellaneous): In menus, renumber Section | |
3700 5.3 and Q5.3.1-12 as 5.4.x, and add Mathematics and Q5.3.1-4 as | |
3701 replacement section 5.3. | |
3702 (Q5.3.1, Q5.3.2, Q5.3.3, Q5.3.4) New FAQs for bignums. | |
3703 (Q5.2.1, Q8.0.1) Add @unnumberedsec headings. | |
3704 (Q6.4.1) Correct @unnumberedsec heading. | |
3705 | |
1964 | 3706 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
3707 | |
3708 * XEmacs 21.5.17 "chayote" is released. | |
3709 | |
1920 | 3710 2004-02-20 Stephen J. Turnbull <stephen@xemacs.org> |
3711 | |
3712 * internals/internals.texi (GCPROing): Mention `Fsignal'. Clarify | |
3713 that references, not the objects themselves, are what is marked. | |
3714 | |
1882 | 3715 2004-01-26 Stephen J. Turnbull <stephen@xemacs.org> |
3716 | |
3717 * lispref/specifiers.texi (Copyright): Update. | |
3718 | |
3719 (Creating Specifiers): Correct more instances of subject-verb | |
3720 disagreement. | |
3721 | |
1877 | 3722 2004-01-24 Stephen J. Turnbull <stephen@xemacs.org> |
3723 | |
3724 * lispref/specifiers.texi (Specifier Instancing Functions): Fix | |
3725 typos, thanks to Ilpo Nyyssönen. | |
3726 | |
1875 | 3727 2004-01-23 Stephen J. Turnbull <stephen@xemacs.org> |
3728 | |
3729 * lispref/specifiers.texi (Specifier Instancing Functions): Add | |
3730 documentation of `specifier-matching-instance'. | |
3731 (Introduction to Specifiers): Fix typos. | |
3732 (Simple Specifier Usage): Cross-reference Toolbar Intro. | |
3733 (Creating Specifiers): | |
3734 (Specifier Instancing Functions): | |
3735 (Adding Specifications): | |
3736 Various improvements. Deprecate set-specifier a bit more. | |
3737 | |
1869 | 3738 2004-01-20 Stephen J. Turnbull <stephen@xemacs.org> |
3739 | |
3740 * lispref/specifiers.texi (Specifier Examples): Add new example, | |
3741 pluralize node name and section title. | |
3742 (Specifiers): Pluralize "Specifier Examples" in menu. | |
3743 | |
3744 * lispref/lispref.texi (Top): Pluralize "Specifier Examples" in menu. | |
3745 | |
3746 2003-11-04 Stephen J. Turnbull <stephen@xemacs.org> | |
3747 | |
3748 * xemacs-faq.texi: Fix Tony Rossini's address. | |
3749 | |
1833 | 3750 2003-12-15 Steve Youngs <sryoungs@bigpond.net.au> |
3751 | |
3752 * lispref/customize.texi (Defining New Types): New node. | |
3753 From Per Abrahamsen <abraham@dina.kvl.dk> | |
3754 | |
1755 | 3755 2003-10-16 Ilya N. Golubev <gin@mo.msk.ru> |
3756 | |
3757 * lispref/tips.texi (Comment Tips): Typo fix. | |
3758 | |
1738 | 3759 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3760 | |
3761 * new-users-guide/custom2.texi (Init File): | |
3762 | |
3763 Fix up erroneous uses of @var instead of @code for the names of | |
3764 particular variables in programming languages. | |
3765 | |
3766 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> | |
3767 | |
3768 * custom.texi (The Init File): | |
3769 * xemacs-faq.texi (Q2.1.3): | |
3770 (Q2.1.5): | |
3771 | |
3772 * internals/internals.texi (Modules for Internationalization): | |
3773 | |
3774 * lispref/display.texi (Beeping): | |
3775 * lispref/ldap.texi (Encoder/Decoder Functions): | |
3776 * lispref/markers.texi (The Mark): | |
3777 (The Region): | |
3778 * lispref/menus.texi (Menu Accelerator Functions): | |
3779 * lispref/numbers.texi (Math Functions): | |
3780 * lispref/packaging.texi (package-info.in): | |
3781 (Makefile): | |
3782 (Local.rules File): | |
3783 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): | |
3784 (libpq Lisp Variables): | |
3785 (Synchronous Interface Functions): | |
3786 (Other libpq Functions): | |
3787 | |
3788 * new-users-guide/custom2.texi (Init File): | |
3789 (Setting Variables): | |
3790 * new-users-guide/files.texi (File Names): | |
3791 (Saving Files): | |
3792 * new-users-guide/search.texi (Search and Replace): | |
3793 | |
3794 * xemacs/custom.texi (X Resources): | |
3795 | |
3796 Fix up erroneous uses of @var instead of @code for the names of | |
3797 particular variables in programming languages. | |
3798 | |
3799 2003-10-10 Stephen J. Turnbull <stephen@xemacs.org> | |
3800 | |
3801 * Makefile: Remove old package and redundant cruft. | |
3802 | |
1734 | 3803 2003-10-10 Ilya N. Golubev <gin@mo.msk.ru> |
3804 | |
3805 * lispref/mule.texi (Charset Property Functions): Charset registry | |
3806 can be set. | |
3807 (Predefined Charsets): Add registry to Vietnamese charset names. | |
2865 | 3808 |
1716 | 3809 2003-09-26 Steve Youngs <youngs@xemacs.org> |
3810 | |
3811 * XEmacs 21.5.16 "celeriac" is released. | |
3812 | |
1710 | 3813 2003-09-22 Adrian Aichner <adrian@xemacs.org> |
3814 | |
3815 * lispref/backups.texi (Reverting): Fix the PRINTED-MANUAL-TITLE | |
3816 argument for a cross reference to "The XEmacs User's Manual". | |
3817 | |
1709 | 3818 2003-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
3819 | |
3820 * internals/internals.texi: Update copyright notice. | |
3821 (GCPROing): Add missing period. | |
3822 (Adding Global Lisp Variables): general.c -> general-slots.h. | |
3823 (A Reader's Guide to XEmacs Coding Conventions): New node. | |
3824 | |
1703 | 3825 2003-09-20 Ilya N. Golubev <gin@mo.msk.ru> |
3826 | |
3827 * xemacs/mini.texi (Minibuffer): Add customizing message display | |
3828 reference. | |
3829 * lispref/display.texi (Customizing Message Display): New, | |
3830 describe `redisplay-echo-area-function', | |
3831 `undisplay-echo-area-function', `minibuffer-echo-wait-function'. | |
3832 (The Echo Area): Add menu. | |
3833 | |
1702 | 3834 2003-09-19 Sandra Wambold <wambold@xemacs.org> |
3835 | |
3836 * Makefile: add targets to produce PDF files | |
3837 | |
1665 | 3838 2003-09-03 Steve Youngs <youngs@xemacs.org> |
3839 | |
3840 * XEmacs 21.5.15 "celery" is released. | |
3841 | |
1648 | 3842 2003-08-28 Steve Youngs <youngs@xemacs.org> |
3843 | |
3844 * xemacs-faq.texi (Q2.0.2): Rewrite, mentioning the correct way to | |
3845 remove a package. | |
3846 (Q3.8.2): big-menubar is in the edit-utils package. | |
3847 (Q4.3.2): Add a comment about not needing TM for things like Gnus, | |
3848 MH-E and VM. | |
3849 (Q5.3.3): State correct location of ps-print.el. | |
3850 | |
3851 * xemacs/packages.texi (Packages): Remove "Creating Packages" menu | |
3852 entry. | |
3853 (Package Terminology): Whitespace clean up. | |
3854 (Installing Packages): Whitespace clean up and add some @code | |
2865 | 3855 formatters. |
1648 | 3856 Re-organise the menu so that installation via PUI is first and |
3857 Sumo is last. | |
3858 (Automatically): mule-base is no longer a requirement for using | |
3859 PUI. | |
3860 Mention optionally requiring mailcrypt. | |
3861 (Note): Removed. | |
3862 (Manually): Move to below the PUI installation method. | |
3863 (Sumo): Move to below the manual installation method. | |
3864 (Which Packages): Add mailcrypt. | |
3865 (Building Packages): Remove duplicated stuff that is in | |
3866 lispref/packaging.texi, xref to it instead. | |
3867 (Local.rules File): xref to the appropriate node in | |
2865 | 3868 lispref/packaging.texi. |
1648 | 3869 (Available Packages): Update to current reality. |
3870 (all): Removed. | |
3871 (srckit): Removed. | |
3872 (binkit): Removed. | |
2865 | 3873 |
1648 | 3874 * xemacs/reading.texi (Reading Mail): Mention Gnus and MEW. |
3875 | |
3876 * new-users-guide/custom2.texi (Init File): big-menubar.el is in | |
3877 the edit-utils package. | |
3878 | |
3879 * lispref/packaging.texi (Packaging): | |
3880 (The User View): | |
3881 (The Library Maintainer View): | |
3882 (Infrastructure): | |
3883 (Control Files): | |
3884 (Obtaining): | |
3885 (The Package Release Engineer View): | |
3886 (Package Terminology): | |
3887 (Building Packages): | |
3888 (Makefile Targets): | |
3889 (packages): New. | |
3890 (Local.rules File): | |
3891 (XEMACS_PACKAGES): Removed. | |
3892 (XEMACS_INSTALLED_PACKAGES_ROOT): New. | |
3893 (NONMULE_PACKAGES): New. | |
3894 (EXCLUDES): New. | |
3895 (Creating Packages): | |
3896 (BATCH): New. | |
3897 (VERSION): Removed. | |
3898 (AUTHOR_VERSION): Removed. | |
3899 (MAINTAINER): Removed. | |
3900 (PACKAGE): Removed. | |
3901 (PKG_TYPE): Removed. | |
3902 (REQUIRES): Removed. | |
3903 (CATEGORY): Removed. | |
3904 (ELS): Removed. | |
3905 (ELCS): Removed. | |
3906 (all): Removed. | |
3907 (srckit): Removed. | |
3908 (binkit): Removed. | |
3909 (are): New. | |
3910 (STANDARD_DOCS): New. | |
3911 (ELCS_1_DEST): New. | |
3912 (example): New. | |
3913 (PACKAGE_SUPPRESS): New. | |
3914 (EXPLICIT_DOCS): New. | |
3915 (DATA_DEST): New. | |
3916 (Documenting Packages): | |
3917 | |
3918 Not quite a total rewrite, but a fairly thorough audit | |
3919 nonetheless. | |
3920 | |
1620 | 3921 2003-07-31 René Kyllingstad <listmailxemacs@kyllingstad.com> |
3922 | |
3923 * lispref/display.texi (Invisible Text): | |
3924 mention line-move-ignore-invisible. | |
3925 * lispref/extents.texi (Extent Properties): | |
3926 end-glyph will still be displayed when invisible is set. | |
3927 * lispref/extents.texi (Extents and Events): | |
3928 only begin-glyph is highlighted. | |
3929 | |
1616 | 3930 2003-08-12 Stephen J. Turnbull <stephen@xemacs.org> |
3931 | |
3932 * xemacs-faq.texi (Q1.3.8): Fix typo, note errorneous recognition. | |
3933 | |
1613 | 3934 2003-08-05 Stephen J. Turnbull <stephen@xemacs.org> |
3935 | |
3936 * lispref/packaging.texi (Creating Packages): | |
3937 * xemacs/packages.texi (Creating Packages): | |
3938 Style guideline for package-info.in description. | |
3939 | |
1554 | 3940 2003-06-30 Vin Shelton <acs@xemacs.org> |
3941 | |
3942 * lispref/lists.texi (List-related Predicates): Add @end defun. | |
3943 | |
1549 | 3944 2003-06-30 Stephen J. Turnbull <stephen@xemacs.org> |
3945 | |
3946 * xemacs-faq.texi (Q3.2.2): Fix typo. | |
3947 | |
3948 2003-06-20 Stephen J. Turnbull <stephen@xemacs.org> | |
3949 | |
3950 * lispref/objects.texi (Character Type): Document ?\x00 read | |
3951 syntax and range limitations on ?\000 and ?\x00 read syntaxes. | |
3952 | |
3953 2003-06-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3954 | |
3955 * lispref/lists.texi (List-related Predicates): Document | |
3956 `true-list-p', and reference it from `listp'. | |
3957 | |
1510 | 3958 2003-06-01 Steve Youngs <youngs@xemacs.org> |
3959 | |
3960 * XEmacs 21.5.14 "cassava" is released. | |
3961 | |
1496 | 3962 2003-05-22 Stephen J. Turnbull <stephen@xemacs.org> |
3963 | |
3964 * internals/internals.texi (Searching and Matching): New node. | |
3965 | |
1495 | 3966 2003-05-17 Stephen J. Turnbull <stephen@xemacs.org> |
3967 | |
3968 * xemacs-faq.texi (detail menu): Reformat "Current Events" caption. | |
3969 (Legacy Versions): New section. | |
3970 (Q8.0.1): New question. | |
3971 | |
3972 2003-05-16 Stephen J. Turnbull <stephen@xemacs.org> | |
3973 | |
3974 * lispref/searching.texi (Regexp Search): Update split-string for | |
3975 new specification. | |
3976 | |
3977 * lispref/strings.texi (Creating Strings): Xref split-string | |
3978 (this is where GNU Emacs documents it). | |
3979 | |
1473 | 3980 2003-05-10 Steve Youngs <youngs@xemacs.org> |
3981 | |
3982 * XEmacs 21.5.13 "cauliflower" is released. | |
3983 | |
1468 | 3984 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
3985 | |
3986 * lispref/searching.texi (Match Data): Failed match preserves data. | |
3987 | |
1441 | 3988 2003-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
3989 | |
3990 * xemacs-faq.texi (Q6.4.3): New: auxiliary programs for Windows. | |
3991 | |
1431 | 3992 2003-04-24 Steve Youngs <youngs@xemacs.org> |
3993 | |
3994 * XEmacs 21.5.12 "carrot" is released. | |
3995 | |
1389 | 3996 2003-03-27 Stephen J. Turnbull <stephen@xemacs.org> |
3997 | |
3998 * xemacs/frame.texi (XEmacs under X): | |
3999 * xemacs-faq.texi: | |
4000 Global substitute .Xresources for .Xdefaults. | |
1386 | 4001 |
4002 * xemacs-faq.texi (Q3.2.2): `default' is also a face. | |
4003 (Q3.2.2, Q3.8.4): Describe appropriate use of `fontSet' in Mule. | |
4004 Suggested by Janis Dzerins <jonis@dir.lv>. | |
4005 | |
1366 | 4006 2003-03-20 Steve Youngs <youngs@xemacs.org> |
4007 | |
4008 * xemacs/packages.texi (Automatically): Refer to | |
4009 'pui-set-local-package-get-directory' instead of | |
2865 | 4010 'pui-add-install-directory'. |
1366 | 4011 Remove comment about PGP not being intergrated into PUI. |
4012 Document balloon-help in PUI. | |
4013 Add heading "Keeping Packages Up To Date". | |
4014 (Building Packages): makeinfo 4.2 is required. | |
4015 | |
1362 | 4016 2003-03-18 Stephen J. Turnbull <stephen@xemacs.org> |
4017 | |
4018 * xemacs/frame.texi (Gutter Basics): Describe common options for | |
4019 buffers tab control. | |
4020 | |
1353 | 4021 2003-03-11 Adrian Aichner <adrian@xemacs.org> |
4022 | |
4023 * cl.texi: Change incorrect references to GNU where XEmacs is | |
4024 appropriate. | |
4025 | |
1347 | 4026 2003-03-09 Ben Wing <ben@xemacs.org> |
4027 | |
4028 * widget.texi (Defining New Widgets): | |
4029 Fix Turnbull typos. | |
4030 | |
1339 | 4031 2003-03-02 Stephen Turnbull <stephen@xemacs.org> |
4032 | |
4033 * widget.texi (Defining New Widgets): | |
4034 Document `widget-create-child', `widget-create-child-and-convert', | |
4035 and `widget-create-child-value'. Document the `:copy' method. | |
4036 Improve discussion of the `:convert-widget' method. | |
4037 | |
1333 | 4038 2003-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
4039 | |
4040 * internals/internals.texi (XEmacs From the Perspective of Building): | |
4041 Fix typo. | |
4042 (Build-Time Dependencies): New node. | |
4043 | |
1307 | 4044 2003-02-16 Steve Youngs <youngs@xemacs.org> |
4045 | |
4046 * XEmacs 21.5.11 "cabbage" is released. | |
4047 | |
1288 | 4048 2003-02-11 Adrian Aichner <adrian@xemacs.org> |
4049 | |
4050 * lispref/backups.texi (Auto-Saving): Fix auto-save xref to user | |
4051 manual. | |
4052 | |
1263 | 4053 2003-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
4054 | |
4055 * internals/internals.texi (Top): | |
4056 (Buffers and Textual Representation): | |
4057 Fix up white space in menu. | |
4058 (Character-Related Data Types): | |
4059 (Conversion to and from External Data): | |
4060 (Format of the Extent Info): | |
4061 Pedantic grammatical nits. | |
4062 | |
1261 | 4063 2003-02-05 Ben Wing <ben@xemacs.org> |
4064 | |
4065 * lispref/mule.texi (Internationalization Terminology): | |
4066 Lots of Mule rewriting. | |
4067 | |
4068 2003-02-05 Ben Wing <ben@xemacs.org> | |
4069 | |
4070 * internals/internals.texi (Top): | |
4071 * internals/internals.texi (Coding for Mule): | |
4072 * internals/internals.texi (Character-Related Data Types): | |
4073 * internals/internals.texi (Working With Character and Byte Positions): | |
4074 * internals/internals.texi (Conversion to and from External Data): | |
4075 * internals/internals.texi (General Guidelines for Writing Mule-Aware Code): | |
4076 * internals/internals.texi (An Example of Mule-Aware Code): | |
4077 * internals/internals.texi (Mule-izing Code): | |
4078 * internals/internals.texi (help): New. | |
4079 * internals/internals.texi (Buffers and Textual Representation): | |
4080 * internals/internals.texi (The Text in a Buffer): | |
4081 * internals/internals.texi (Markers and Extents): | |
4082 * internals/internals.texi (MULE Character Sets and Encodings): | |
4083 * internals/internals.texi (Lstream Functions): | |
4084 * internals/internals.texi (Lstream Methods): | |
4085 * internals/internals.texi (Format of the Extent Info): | |
4086 * internals/internals.texi (Mathematics of Extent Ordering): | |
4087 Major fixup. Correct for new names of Bytebpos, Ichar, etc. and | |
4088 lots of Mule rewriting. | |
4089 | |
1258 | 4090 2003-02-05 Stephen J. Turnbull <stephen@xemacs.org> |
4091 | |
4092 * xemacs/startup.texi (Startup Paths): Clarification of package | |
4093 hierarchy structure. | |
4094 | |
4095 * xemacs-faq.texi (Q2.0.13, Q2.0.14, Q2.1.24, Q2.1.25): Not NEW. | |
4096 (Q2.1.15): Stylistic changes for clarity. | |
4097 | |
1251 | 4098 2003-02-03 Steve Youngs <youngs@xemacs.org> |
4099 | |
4100 * xemacs/packages.texi (Local.rules File): Update to reflect Ben's | |
4101 recent dabble into the packages. | |
4102 | |
1187 | 4103 2003-01-04 Steve Youngs <youngs@xemacs.org> |
4104 | |
4105 * XEmacs 21.5.10 "burdock" is released. | |
4106 | |
1188 | 4107 2003-01-04 Steve Youngs <youngs@xemacs.org> |
4108 | |
4109 * lispref/mule.texi (Charset Unification): Menu item "Internals" | |
4110 should be "Unification Internals". | |
4111 | |
1183 | 4112 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> |
4113 | |
4114 * xemacs/startup.texi (Startup Paths): Hierarchy, not package, layout. | |
4115 | |
4116 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org> | |
4117 | |
4118 * xemacs-faq.texi: Debugging FAQ improvements from Ben Wing. | |
4119 (Q2.0.6): Mention union type bugs. | |
4120 (Q2.1.1): Debugging HOWTO improvements. | |
4121 (Q2.1.15): Decoding Lisp objects in the debugger. | |
4122 | |
4123 * widget.texi (Widget Internals): New node. | |
4124 (Top): Add menu item for it. | |
4125 | |
4126 * xemacs/xemacs.texi (Top): Better short description of Mule in | |
4127 menu. Mule submenu. | |
4128 | |
4129 Charset unification docs. What a concept---commit docs first! | |
4130 | |
4131 * lispref/mule.texi (MULE): Add Unification and Tables menu entries. | |
4132 (Unicode Support): Fixup next node. | |
4133 (Charset Unification): | |
4134 (Overview): | |
4135 (Usage): | |
4136 (Basic Functionality): | |
4137 (Interactive Usage): | |
4138 (Configuration): | |
4139 (Theory of Operation): | |
4140 (What Unification Cannot Do for You): | |
4141 (Unification Internals): | |
4142 (Charsets and Coding Systems): | |
4143 New nodes. | |
4144 | |
4145 * xemacs/mule.texi (Mule): Menu items for Unification and Tables. | |
4146 (Recognize Coding): | |
4147 (Specify Coding): | |
4148 Fixup next and previous pointers. | |
4149 (Unification): | |
4150 (Unification Overview): | |
4151 (Unification Usage): | |
4152 (Unification Configuration): | |
4153 (Unification FAQs): | |
4154 (Unification Theory): | |
4155 (What Unification Cannot Do for You): | |
4156 (Charsets and Coding Systems): | |
4157 New nodes. | |
4158 | |
4159 2002-12-17 Stephen Turnbull <stephen@xemacs.org> | |
4160 | |
4161 * widget.texi (Widget Wishlist): Typo. | |
4162 (Defining New Widgets): s/widget-define/define-widget/g. | |
4163 | |
4164 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> | |
4165 | |
4166 * internals/internals.texi (Regression Testing XEmacs): Hints for | |
4167 test design. | |
4168 | |
1143 | 4169 2002-10-29 Ville Skyttä <scop@xemacs.org> |
4170 | |
4171 * xemacs-faq.texi (Top): | |
4172 The canonical location for FAQ on the website is /FAQ/. | |
4173 | |
1142 | 4174 2002-11-12 Ilya N. Golubev <gin@mo.msk.ru> |
4175 | |
4176 * xemacs/custom.texi (Face Customization): | |
4177 (Faces): | |
4178 Document face-frob-from-locale-first variable. | |
4179 | |
1138 | 4180 2002-12-03 Didier Verna <didier@xemacs.org> |
4181 | |
4182 * xemacs-faq.texi (Customization): add missing menu entry for Q3.2.7. | |
4183 | |
4184 2002-12-03 Didier Verna <didier@xemacs.org> | |
4185 | |
4186 * lispref/specifiers.texi (Introduction to Specifiers): fix case | |
4187 spelling of `Buffer-Local Variables' crossref. | |
4188 | |
1137 | 4189 2002-12-03 Didier Verna <didier@xemacs.org> |
4190 | |
4191 * xemacs/custom.texi (Faces): document | |
4192 `set-face-background-pixmap-file'. | |
4193 | |
4194 2002-12-03 Didier Verna <didier@xemacs.org> | |
4195 | |
4196 * lispref/faces.texi (Face Convenience Functions): ditto. | |
4197 * lispref/glyphs.texi (Creating Glyphs): reference it. | |
4198 | |
1135 | 4199 2002-11-29 Stephen Turnbull <stephen@xemacs.org> |
4200 | |
4201 * lispref/specifiers.texi (Simple Specifier Usage): New node. | |
4202 (Specifiers): Adjust node pointers. | |
4203 (Simple Specifier Usage): Revise. Adjust node pointers. | |
4204 | |
4205 * lispref/toolbar.texi (Creating Toolbar): Xref specifier example. | |
4206 | |
4207 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
4208 | |
4209 * xemacs-faq.texi (Q3.2.7): New FAQ on displaying non-ASCII. | |
4210 (Q3.5.7, Q1.3.3): Cross-reference it. | |
4211 | |
4212 2002-10-20 Stephen Turnbull <stephen@xemacs.org> | |
4213 | |
4214 * xemacs-faq.texi (Q2.1.1): Mention bug report commands. | |
4215 (Q2.0.9): Note how out-of-date the entry is. | |
4216 (Q1.3.1, Q1.3.2, Q1.3.3, Q1.3.4, Q1.3.5, Q1.3.6): Revise/update. | |
4217 (Q1.2.1): Fix typo. | |
4218 | |
4219 * internals/internals.texi (Regression Testing XEmacs): Thorough | |
4220 rewrite, documenting macros explicitly. | |
4221 | |
4222 2002-10-29 Stephen J. Turnbull <stephen@xemacs.org> | |
1103 | 4223 |
4224 * lispref/compile.texi (Compilation Options): New node. | |
4225 (Byte Compilation): Add it to menu. | |
4226 (Compilation Functions): Minor mods. | |
4227 (Docs and Compilation): | |
4228 (Dynamic Loading): | |
4229 Document some variable defaults. | |
4230 | |
1135 | 4231 2002-11-07 Stephen J. Turnbull <stephen@xemacs.org> |
1096 | 4232 |
4233 * internals/internals.texi (Low-Level Modules): Add urefs to Doug | |
4234 Lea's and Wolfram Gloger's home pages. | |
4235 | |
1135 | 4236 2002-10-18 Stephen J. Turnbull <stephen@xemacs.org> |
1058 | 4237 |
4238 * xemacs-faq.texi (Q2.0.16): New FAQ on "no cygXpm-noX" fatal error. | |
4239 (Q6.1.4): Document cygXpm-noX. | |
4240 | |
1030 | 4241 2002-10-04 Ville Skyttä <ville.skytta@xemacs.org> |
4242 | |
4243 * xemacs/packages.texi (Available Packages): Add fortran-modes, | |
4244 perl-modes, psgml-dtds, python-modes and ruby-modes. | |
4245 Some consistency tweaks. | |
4246 | |
1026 | 4247 2002-09-22 Ville Skyttä <ville.skytta@xemacs.org> |
4248 | |
4249 * lispref/variables.texi (add-to-list): Document the new | |
4250 (optional) append argument. | |
4251 | |
1024 | 4252 2002-09-20 Stephen J. Turnbull <stephen@xemacs.org> |
4253 | |
4254 * internals/internals.texi (Techniques for XEmacs Developers): | |
4255 More performance optimization hints. | |
4256 (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
4257 Describe syntax code internals. | |
4258 | |
4259 * lispref/syntax.texi (Syntax Basics): XEmacs "20" -> "20 and later". | |
4260 (Syntax Class Table): Deprecate SPC as whitespace designator. | |
4261 (Syntax Flags): Rewrite for `8-bit' comment syntax flags. | |
4262 | |
981 | 4263 2002-08-30 Steve Youngs <youngs@xemacs.org> |
4264 | |
4265 * XEmacs 21.5.9 "brussels sprouts" is released. | |
4266 | |
973 | 4267 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
4268 | |
4269 * internals/internals.texi (Regression Testing XEmacs): Document | |
4270 how to skip and warn about tests that depend on packages. | |
4271 | |
967 | 4272 2002-08-16 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 4273 |
967 | 4274 * internals/internals.texi (Regression Testing XEmacs): Fix typo. |
4275 | |
965 | 4276 2002-08-15 Stephen J. Turnbull <stephen@xemacs.org> |
1137 | 4277 |
965 | 4278 * internals/internals.texi (GCPROing): Add comment on GCPRO. |
4279 (Regression Testing XEmacs): New node. | |
4280 (Modules for Regression Testing): New node. | |
4281 | |
959 | 4282 2002-08-12 Simon Josefsson <jas@extundo.com> |
4283 | |
4284 * lispref/building.texi (Pure Storage): purecopy is a no-op. | |
4285 | |
955 | 4286 2002-08-08 Ville Skyttä <ville.skytta@xemacs.org> |
4287 | |
4288 * xemacs/packages.texi (Available Packages): Bring up to date. | |
4289 | |
947 | 4290 2002-08-02 Ville Skyttä <ville.skytta@xemacs.org> |
4291 | |
4292 * xemacs/packages.texi (Available Packages): | |
4293 Bring package list up to date, thanks also to Brian Palmer. | |
4294 | |
936 | 4295 2002-07-30 Ville Skyttä <ville.skytta@xemacs.org> |
4296 | |
4297 * term.texi (Input to the inferior): Fix term line/char mode | |
4298 switch keybindings. Kudos to Jacob P. Burckhardt. | |
4299 | |
4300 * xemacs/misc.texi (Term Mode): Ditto. | |
4301 | |
933 | 4302 2002-07-27 Steve Youngs <youngs@xemacs.org> |
4303 | |
4304 * XEmacs 21.5.8 "broccoli" is released. | |
4305 | |
918 | 4306 2002-07-06 Adrian Aichner <adrian@xemacs.org> |
4307 | |
4308 * new-users-guide/custom1.texi (Customizing key Bindings): Fix | |
4309 improper use of indef. art. "a". | |
4310 | |
4311 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
4312 | |
4313 * lispref/commands.texi (Peeking and Discarding): Ditto. | |
4314 * lispref/customize.texi (Type Keywords): Ditto. | |
4315 * lispref/dragndrop.texi (Drop Interface): Ditto. | |
4316 | |
4317 2002-07-06 Adrian Aichner <adrian@xemacs.org> | |
4318 | |
4319 * termcap.texi (Clearing): Ditto. | |
4320 * widget.texi (User Interface): Ditto. | |
4321 * widget.texi (Basic Types): Ditto. | |
4322 * widget.texi (group): Ditto. | |
4323 | |
901 | 4324 2002-07-05 Adrian Aichner <adrian@xemacs.org> |
4325 | |
4326 * xemacs/menus.texi (Edit Menu): Typo fixes for incorrect use of | |
4327 indef. art. "an". | |
4328 | |
4329 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
4330 | |
4331 * lispref/control.texi (Processing of Errors): Ditto. | |
4332 * lispref/mule.texi (ISO 2022): Ditto. | |
4333 * lispref/packaging.texi (Package Terminology): Ditto. | |
4334 * lispref/text.texi (Transformations): Ditto. | |
4335 | |
4336 2002-07-05 Adrian Aichner <adrian@xemacs.org> | |
4337 | |
4338 * termcap.texi (Naming): Ditto. | |
4339 * texinfo.texi (itemize): Ditto. | |
4340 * texinfo.texi (Tips): Ditto. | |
4341 * widget.texi (Introduction): Ditto. | |
4342 * widget.texi (group): Ditto. | |
4343 | |
894 | 4344 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
4345 | |
4346 * XEmacs 21.5.7 "broccoflower" is released. | |
4347 | |
892 | 4348 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
4349 | |
4350 * xemacs-faq.texi (Top, Customization, Q3.10.5, Q3.10.6): | |
4351 New "killing is slow" FAQ and link updates. | |
4352 | |
880 | 4353 2002-06-17 Jerry James <james@xemacs.org> |
4354 | |
4355 * emodules.texi (Loading other Modules): Describe why we do not | |
4356 use RTLD_GLOBAL. | |
4357 | |
873 | 4358 2002-06-20 Adrian Aichner <adrian@xemacs.org> |
4359 | |
4360 * xemacs/mule.texi (Language Environments): Typo fix suggested by | |
4361 Frank Schmitt. | |
4362 | |
871 | 4363 2002-06-11 Adrian Aichner <adrian@xemacs.org> |
4364 | |
4365 * xemacs-faq.texi (Q1.3.7): Update broken link to russian.el | |
4366 (found by linklint) with Google's help. | |
4367 | |
4368 2002-05-25 Adrian Aichner <adrian@xemacs.org> | |
4369 | |
4370 * xemacs/custom.texi (Syntax Entry): Deprecate ` ' in favor of `-'. | |
4371 | |
868 | 4372 2002-06-05 Ben Wing <ben@xemacs.org> |
4373 | |
4374 * internals/internals.texi (Top): | |
4375 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
4376 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
4377 * internals/internals.texi (Major Textual Changes): | |
4378 * internals/internals.texi (Great Integral Type Renaming): | |
4379 * internals/internals.texi (Text/Char Type Renaming): | |
4380 * internals/internals.texi (files): New. | |
4381 | |
863 | 4382 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org> |
4383 | |
4384 * custom.texi (The Init File): Rewrite completely. | |
4385 | |
4386 2002-03-19 Adrian Aichner <adrian@xemacs.org> | |
4387 | |
4388 * widget.texi (constants): Typo fix. | |
4389 | |
4390 2002-02-07 Stephen J. Turnbull <stephen@xemacs.org> | |
4391 | |
4392 * external-widget.texi (External Client Widget Internals): New node. | |
4393 | |
4394 2001-11-15 Darryl Okahata <darrylo@xemacs.org> | |
4395 | |
4396 * lispref/glyphs.texi: | |
4397 lispref/lispref.texi: Add examples of how to insert graphics into a | |
4398 buffer. | |
1137 | 4399 |
863 | 4400 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org> |
4401 | |
4402 * xemacs/packages.texi (Packages): | |
4403 (Package Terminology): | |
4404 Carefully distinguish libraries and packages. | |
4405 (Package Terminology): | |
4406 More careful definitions of ``category'' and ``distribution.'' | |
4407 Use ``generic'' instead of ``normal'' (N.B. package tools use | |
4408 ``standard''.) | |
4409 (Installing Packages): | |
4410 Use @var to mark variable version strings, not @t or <>. | |
4411 (Sumo): | |
4412 Add disk space estimate when unpacked. | |
4413 | |
4414 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> | |
4415 | |
4416 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
4417 | |
4418 2002-02-01 Steve Youngs <youngs@xemacs.org> | |
4419 | |
4420 * xemacs/packages.texi (Removing Packages): The interactive | |
4421 function is 'package-get-delete-package'. | |
4422 | |
4423 2001-11-27 Adrian Aichner <adrian@xemacs.org> | |
4424 | |
4425 * xemacs-faq.texi: Hyperlink fixes. | |
1137 | 4426 |
863 | 4427 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
4428 | |
4429 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
4430 | |
4431 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
4432 | |
4433 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4434 | |
4435 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
4436 | |
4437 * xemacs/files.texi (Files): | |
4438 (File Names): | |
4439 Document remote file editing, refer to EFS and TRAMP. | |
4440 | |
861 | 4441 2002-05-23 Stephen J. Turnbull <stephen@xemacs.org> |
4442 | |
4443 * lispref/packaging.texi (package-info.in Fields): Typo fix. | |
4444 | |
836 | 4445 2002-05-11 Adrian Aichner <adrian@xemacs.org> |
4446 | |
4447 * xemacs-faq.texi (Top): Add Q2.0.15 under "Installation and | |
4448 Trouble Shooting". | |
4449 * xemacs-faq.texi (Installation): Add Q2.0.15 to Installation | |
4450 menu. | |
4451 * xemacs-faq.texi (Q2.0.14): Fix unnumberedsubsec argument. | |
4452 * xemacs-faq.texi (Q2.0.15): New. | |
4453 | |
824 | 4454 2002-05-01 Steve Youngs <youngs@xemacs.org> |
4455 | |
4456 * xemacs/packages.texi (Automatically): Don't mention "Options" | |
4457 menu. | |
4458 (Installing Packages): Don't mention getting list of packages via | |
1137 | 4459 customize. |
824 | 4460 |
804 | 4461 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
4462 | |
4463 * XEmacs 21.5.6 "bok choi" is released. | |
4464 | |
802 | 4465 2002-04-03 Ben Wing <ben@xemacs.org> |
4466 | |
4467 * internals/internals.texi (Top): | |
4468 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
4469 * internals/internals.texi (Techniques for XEmacs Developers): | |
4470 * internals/internals.texi (CVS Techniques): | |
4471 * internals/internals.texi (Merging a Branch into the Trunk): | |
4472 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
4473 Add section on correctly merging a branch back into the trunk. | |
4474 | |
785 | 4475 2002-03-19 Adrian Aichner <adrian@xemacs.org> |
4476 | |
4477 * widget.texi (constants): Typo fix. | |
4478 | |
778 | 4479 2002-03-14 Jonathan Harris <jhar@tardis.ed.ac.uk> |
4480 | |
4481 * cl.texi (Sequence Basics): Avoid splitting link over two lines, | |
4482 which makes cygwin texinfo 4.0 unhappy. | |
4483 | |
776 | 4484 2002-03-15 Ben Wing <ben@xemacs.org> |
4485 | |
4486 * Makefile (new-users-guide-srcs): | |
4487 * Makefile (extraclean): | |
4488 Use -no-packages to avoid problems with package files shadowing | |
4489 core files (e.g. unicode.el in mule-ucs). | |
4490 | |
775 | 4491 2002-03-14 Stephen J. Turnbull <stephen@xemacs.org> |
4492 | |
4493 * emodules.texi (Using DEFUN): Add @ref{Lisp Primitives}. | |
4494 | |
1137 | 4495 * lispref/mule.texi (Unicode Support): |
775 | 4496 * xemacs/custom.texi (Behaviors): |
4497 * lispref/customize.texi (Enabling Behavior): | |
4498 New nodes. | |
4499 | |
774 | 4500 2002-03-12 Ben Wing <ben@xemacs.org> |
4501 | |
3322 | 4502 * The Great Mule Merge of March 2002: |
4503 see node by that name in the Internals Manual. | |
774 | 4504 |
768 | 4505 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
4506 | |
4507 * XEmacs 21.5.5 "beets" is released. | |
4508 | |
761 | 4509 2002-03-01 Jeff Miller <jmiller@cablespeed.com> |
4510 | |
4511 * lispref/packaging.texi (The User View, The Library Maintainer | |
4512 View, The Package Release Engineer View): Remove apostrophes. | |
4513 * lispref/lispref.texi (The User View, The Library Maintainer | |
4514 View, The Package Release Engineer View): Remove apostrophes. | |
4515 | |
759 | 4516 2002-02-28 Stephen J. Turnbull <stephen@xemacs.org> |
4517 | |
4518 * lispref/packaging.texi (The User View, The Library Maintainer | |
4519 View, The Package Release Engineer View): Remove apostrophes. | |
4520 | |
755 | 4521 2002-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
4522 | |
4523 * external-widget.texi | |
4524 (Example Program Using the External Client Widget): Fix braces. | |
4525 From Mats Lidell <matsl@contactor.se>. | |
4526 | |
753 | 4527 2002-02-14 Stephen J. Turnbull <stephen@xemacs.org> |
4528 | |
4529 * external-widget.texi | |
4530 (Example Program Using the External Client Widget): Fix | |
4531 documentation to explain needed resource settings. | |
4532 | |
752 | 4533 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org> |
4534 | |
4535 * lispref/packaging.texi (Documenting Packages): New node. | |
4536 (Makefile Variables): Fix typo per Steve Youngs. | |
4537 | |
750 | 4538 2002-02-09 Stephen J. Turnbull <stephen@xemacs.org> |
4539 | |
4540 * external-widget.texi | |
4541 (Example Program Using the External Client Widget): New node. | |
4542 | |
4543 * lispref/packaging.texi (Documenting Packages): New node. | |
4544 | |
749 | 4545 2002-01-27 Stephen J. Turnbull <stephen@xemacs.org> |
4546 | |
4547 * lispref/packaging.texi (Makefile Variables): Document GENERATED | |
4548 and PRELOADS. Document DATA_FILES_n and DATA_DEST_n forms. | |
4549 | |
745 | 4550 2002-02-06 Stephen J. Turnbull <stephen@xemacs.org> |
4551 | |
4552 * xemacs-faq.texi (Q1.3.8, Q1.3.9): Unicode support via Mule-UCS. | |
4553 | |
742 | 4554 2001-01-24 Adrian Aichner <adrian@xemacs.org> |
4555 | |
4556 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4557 | |
741 | 4558 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> |
4559 | |
4560 * xemacs/files.texi (Files): | |
4561 (File Names): | |
4562 Document remote file editing, refer to EFS and TRAMP. | |
4563 | |
4564 2002-02-04 Stephen J. Turnbull <stephen@xemacs.org> | |
4565 | |
4566 * xemacs-faq.texi (Q4.7.7): New FAQ on remote files. | |
4567 | |
4568 2002-01-24 Stephen J. Turnbull <stephen@xemacs.org> | |
4569 | |
4570 * xemacs-faq.texi (Q1.0.6): Update mail-to-news gateway information. | |
4571 | |
737 | 4572 2002-02-01 Steve Youngs <youngs@xemacs.org> |
4573 | |
4574 * xemacs/packages.texi (Removing Packages): The interactive | |
4575 function is 'package-get-delete-package'. | |
4576 | |
725 | 4577 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
4578 | |
4579 * XEmacs 21.5.4 "bamboo" is released. | |
4580 | |
724 | 4581 2001-11-15 Darryl Okahata <darrylo@xemacs.org> |
4582 | |
4583 * glyphs.texi: | |
4584 lispref.texi: Add examples of how to insert graphics into a | |
4585 buffer. | |
1137 | 4586 |
721 | 4587 2002-01-02 Adrian Aichner <adrian@xemacs.org> |
4588 | |
4589 * emodules.texi: Add missing direntry, reword "dynamic loadable" | |
4590 to "dynamically loadable". | |
4591 * external-widget.texi: Add missing direntry. | |
4592 | |
709 | 4593 2001-12-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
4594 | |
4595 * xemacs/programs.texi: Etags update from Francesco. | |
4596 | |
704 | 4597 2001-12-18 Valdis.Kletnieks <Valdis.Kletnieks@vt.edu> |
4598 | |
4599 * xemacs/programs.texi (Tags): Add node name to Ebrowse | |
4600 cross reference. | |
4601 | |
696 | 4602 2001-12-15 Adrian Aichner <adrian@xemacs.org> |
4603 | |
4604 * xemacs\xemacs.texi (Top): Change from @ifinfo to @ifnottex for | |
4605 the benefit of HTML online docs. | |
4606 | |
4607 2001-12-15 Adrian Aichner <adrian@xemacs.org> | |
4608 | |
4609 * term.texi: Fix broken settitle. Make @titlepage, @direntry, and | |
4610 @chapter agree with new title. | |
4611 | |
694 | 4612 2001-12-15 Stephen J. Turnbull <stephen@xemacs.org> |
4613 | |
4614 * lispref/packaging.texi (The User's View): | |
4615 Correct description of man subdirectory. | |
4616 | |
4617 (The Package Release Engineer's View): | |
4618 (package-compile.el): | |
4619 Change hazmat to useful documentation. | |
4620 | |
4621 (Issues): | |
4622 Hazmat removal. | |
4623 | |
693 | 4624 2001-11-27 Stephen J. Turnbull <stephen@xemacs.org> |
4625 | |
4626 * lispref/packaging.texi: New file. | |
4627 * lispref/lispref.texi (Top): Add Packaging & subnodes to menus. | |
4628 Include packaging.texi. | |
4629 * lispref/intro.texi (Introduction): Next -> Packaging. | |
4630 * lispref/objects.texi (Lisp Data Types): Previous -> Packaging. | |
4631 * Makefile (lispref-srcs): Depend on lispref/packaging.texi. | |
1137 | 4632 |
675 | 4633 2001-11-26 Adrian Aichner <adrian@xemacs.org> |
4634 | |
4635 * xemacs-faq.texi (Top): Remove duplicate node "Introduction". | |
4636 * xemacs-faq.texi (Q7.0.2): Rename changes sections uniquely. | |
4637 * xemacs-faq.texi (Q7.0.3): Ditto. | |
4638 | |
4639 2001-11-26 Adrian Aichner <adrian@xemacs.org> | |
4640 | |
4641 * external-widget.texi: Add @settitle to this stand-alone | |
4642 document. | |
4643 | |
4644 2001-11-25 Adrian Aichner <adrian@xemacs.org> | |
4645 | |
4646 * Makefile: Add rule to produce html from texi sources (currently | |
4647 using texi2html). | |
4648 * Makefile (HTMLDIR): New. | |
4649 * Makefile (html_files): New. | |
4650 * Makefile (html): New target. | |
4651 | |
662 | 4652 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
4653 | |
4654 * xemacs-faq.texi (Q4.0.7): Fix link to VM FAQ thanks to word I | |
4655 got from Gregory Neil Shapiro. | |
4656 | |
661 | 4657 2001-09-16 Adrian Aichner <adrian@xemacs.org> |
4658 | |
4659 * xemacs-faq.texi (Q1.3.7): Update moved link. | |
4660 * xemacs-faq.texi (Q7.0.2): Comment out empty list of bullets to | |
4661 avoid HTML error in texi2html translation. | |
4662 | |
660 | 4663 2001-09-15 Adrian Aichner <adrian@xemacs.org> |
4664 | |
4665 * xemacs-faq.texi (Q4.6.1): Infodock is now hosted on SourceForge, | |
4666 infodock.com is no more. | |
4667 * xemacs-faq.texi (Q4.7.1): Take auc out of http://sunsite.auc.dk. | |
4668 | |
4669 2001-09-15 Adrian Aichner <adrian@xemacs.org> | |
4670 | |
4671 * xemacs-faq.texi (Q4.6.1): | |
4672 | |
658 | 4673 2001-09-09 Adrian Aichner <adrian@xemacs.org> |
4674 | |
4675 * xemacs-faq.texi (Q1.0.9): Correct link to snapshots as suggested | |
4676 by Robin S. Socha. | |
4677 | |
654 | 4678 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
4679 | |
4680 * XEmacs 21.5.3 "asparagus" is released. | |
4681 | |
652 | 4682 2001-08-26 Stephen J. Turnbull <stephen@xemacs.org> |
4683 | |
4684 * widget.texi (Basic Types, Defining New Widgets): | |
4685 Distinguish between :action and :notify. | |
4686 | |
641 | 4687 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
4688 | |
4689 * XEmacs 21.5.2 "artichoke" is released. | |
4690 | |
635 | 4691 2001-07-25 Jim Horning <jim.horning@lmco.com> |
4692 | |
4693 * xemacs/packages.texi (Package Terminology): | |
4694 * xemacs/packages.texi (Automatically): | |
4695 In itemize and enumerate lists @item should be on it's own line. | |
4696 | |
626 | 4697 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
4698 | |
4699 * xemacs-faq.texi (Q1.0.14): Update information following a | |
4700 request by Tom Mostyn. | |
4701 | |
625 | 4702 2001-07-02 Adrian Aichner <adrian@xemacs.org> |
4703 | |
4704 * lispref\windows.texi (Window Configurations): Fix typos. | |
4705 * lispref\x-windows.texi (Resources): Ditto. | |
4706 | |
4707 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
4708 | |
4709 * internals\internals.texi (XEmacs From the Inside): Ditto. | |
4710 | |
4711 2001-07-02 Adrian Aichner <adrian@xemacs.org> | |
4712 | |
4713 * emodules.texi (Initialization Mode): Ditto. | |
4714 * xemacs-faq.texi (Q6.3.2): Ditto. | |
4715 | |
613 | 4716 2001-06-10 Ben Wing <ben@xemacs.org> |
4717 | |
4718 * xemacs-faq.texi (Q1.0.10): | |
4719 * xemacs-faq.texi (Q1.0.11): | |
4720 * xemacs-faq.texi (Q1.0.12): | |
4721 Update sections on Windows and MacOS availability. | |
4722 | |
611 | 4723 2001-06-08 Ben Wing <ben@xemacs.org> |
4724 | |
4725 * xemacs-faq.texi (Top): | |
4726 * xemacs-faq.texi (MS Windows): | |
4727 * xemacs-faq.texi (Q6.2.1): | |
4728 * xemacs-faq.texi (Q6.2.2): | |
4729 * xemacs-faq.texi (Q6.2.3): | |
4730 * xemacs-faq.texi (Q6.2.4): | |
4731 * xemacs-faq.texi (Q6.2.5): | |
4732 * xemacs-faq.texi (Q6.3.1): | |
4733 * xemacs-faq.texi (Q6.3.2): | |
4734 * xemacs-faq.texi (Q6.3.3): | |
4735 * xemacs-faq.texi (Q6.3.4): | |
4736 * xemacs-faq.texi (Q6.4.1): | |
4737 * xemacs-faq.texi (Q6.4.2): | |
4738 * xemacs-faq.texi (Current Events): | |
4739 * xemacs-faq.texi (Q7.0.1): | |
4740 * xemacs-faq.texi (Q7.0.2): | |
4741 * xemacs-faq.texi (Q7.0.3): | |
4742 * xemacs-faq.texi (Q7.0.4): | |
4743 * xemacs-faq.texi (Q7.0.5): | |
4744 * xemacs-faq.texi (Q7.0.6): | |
4745 Merge in the rest of Hrvoje's Windows FAQ. Redo section 7 | |
4746 to update current reality and add condensed versions of | |
4747 new changes for 21.1 and 21.4. (Not quite done for 21.4.) | |
4748 Lots more Windows updates. | |
4749 | |
600 | 4750 2001-05-29 Alexey Mahotkin <alexm@hsys.msk.ru> |
4751 | |
4752 * xemacs/custom.texi: Documented keyboard shortcut. | |
4753 | |
4754 * xemacs/mule.texi: Updated to match reality; tiny fixes. | |
4755 | |
593 | 4756 2001-05-30 Ben Wing <ben@xemacs.org> |
4757 | |
4758 * xemacs-faq.texi (Top): | |
4759 * xemacs-faq.texi (MS Windows): | |
4760 * xemacs-faq.texi (Q6.0.1): | |
4761 * xemacs-faq.texi (Q6.0.2): | |
4762 * xemacs-faq.texi (Q6.0.3): | |
4763 * xemacs-faq.texi (Q6.0.4): | |
4764 * xemacs-faq.texi (Q6.1.1): | |
4765 * xemacs-faq.texi (Q6.1.4): | |
4766 * xemacs-faq.texi (Q6.1.5): | |
4767 * xemacs-faq.texi (Q6.1.6): | |
4768 * xemacs-faq.texi (Q6.2.1): | |
4769 * xemacs-faq.texi (Q6.2.2): | |
4770 * xemacs-faq.texi (Q6.3.1): | |
4771 * xemacs-faq.texi (Q6.3.2): | |
4772 * xemacs-faq.texi (Q6.3.3): | |
4773 * xemacs-faq.texi (Q6.4.1): | |
4774 * xemacs-faq.texi (Current Events): | |
4775 Major rewrite. | |
4776 Update all MS Windows info to current. | |
4777 Redo section 6.1 almost completely. | |
4778 Incorporate sections 1 and 2 of Hrvoje's FAQ. | |
4779 | |
563 | 4780 2001-05-24 Ben Wing <ben@xemacs.org> |
4781 | |
4782 * xemacs-faq.texi (Top): | |
4783 * xemacs-faq.texi (Installation): | |
4784 * xemacs-faq.texi (Q2.1.15): | |
4785 * xemacs-faq.texi (Q2.1.18): | |
4786 * xemacs-faq.texi (Q2.1.19): | |
4787 document how to debug X errors | |
1137 | 4788 |
540 | 4789 2001-05-15 Steve Youngs <youngs@xemacs.org> |
4790 | |
4791 * xemacs/packages.texi (Local.rules): Update to reflect new dir tree. | |
4792 (Creating Packages): Ditto. | |
4793 (Available Packages): Ditto. | |
4794 | |
522 | 4795 2001-05-09 Martin Buchholz <martin@xemacs.org> |
4796 | |
4797 * XEmacs 21.5.1 "anise" is released. | |
4798 | |
511 | 4799 2001-05-07 Martin Buchholz <martin@xemacs.org> |
4800 | |
4801 * make-stds.texi: Support makeinfo 3.12 | |
4802 | |
485 | 4803 2001-04-26 John H. Palmieri <palmieri@math.washington.edu> |
4804 | |
4805 * xemacs/frame.texi (XEmacs under X): Document default-frame-plist | |
4806 rather than default-frame-alist. | |
4807 | |
479 | 4808 2001-04-15 Ben Wing <ben@xemacs.org> |
4809 | |
4810 * xemacs-faq.texi (Q1.0.1): | |
4811 * xemacs-faq.texi (Q1.0.2): | |
4812 Rewrite description of XEmacs to match what's on web page, | |
4813 in about.el. | |
4814 | |
472 | 4815 2001-04-18 Martin Buchholz <martin@xemacs.org> |
4816 | |
4817 * XEmacs 21.5.0 "alfalfa" is released. | |
4818 | |
464 | 4819 2001-03-30 Ben Wing <ben@xemacs.org> |
4820 | |
4821 * internals\internals.texi: | |
4822 * internals\internals.texi (Top): | |
4823 * internals\internals.texi (Lucid Emacs): | |
4824 * internals\internals.texi (XEmacs): | |
4825 * internals\internals.texi (XEmacs From the Outside): | |
4826 Bump version to 1.4 and fix this everywhere. Document all | |
4827 XEmacs releases up through 21.2.46. | |
4828 | |
4829 2001-03-16 Stephen J. Turnbull <stephen@xemacs.org> | |
4830 | |
4831 * lispref/postgresql.texi (libpq Lisp Symbols and DataTypes): Save | |
4832 result of INSERT in R in pq-cmd-status example. | |
4833 | |
462 | 4834 2001-03-21 Martin Buchholz <martin@xemacs.org> |
4835 | |
4836 * XEmacs 21.2.46 "Urania" is released. | |
4837 | |
4838 2001-03-08 Ben Wing <ben@xemacs.org> | |
4839 | |
4840 * internals\internals.texi (Top): | |
4841 * internals\internals.texi (A History of Emacs): | |
4842 * internals\internals.texi (Through Version 18): | |
4843 * internals\internals.texi (Lucid Emacs): | |
4844 * internals\internals.texi (GNU Emacs 19): | |
4845 * internals\internals.texi (GNU Emacs 20): | |
4846 * internals\internals.texi (XEmacs From the Outside): | |
4847 * internals\internals.texi (The Lisp Language): | |
4848 * internals\internals.texi (XEmacs From the Perspective of Building): | |
4849 * internals\internals.texi (XEmacs From the Inside): | |
4850 * internals\internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
4851 * internals\internals.texi (How Lisp Objects Are Represented in C): | |
4852 * internals\internals.texi (Rules When Writing New C Code): | |
4853 * internals\internals.texi (General Coding Rules): | |
4854 * internals\internals.texi (Writing Lisp Primitives): | |
4855 * internals\internals.texi (Writing Good Comments): | |
4856 * internals\internals.texi (Adding Global Lisp Variables): | |
4857 * internals\internals.texi (Proper Use of Unsigned Types): | |
4858 * internals\internals.texi (Coding for Mule): | |
4859 * internals\internals.texi (Character-Related Data Types): | |
4860 * internals\internals.texi (Working With Character and Byte Positions): | |
4861 * internals\internals.texi (Conversion to and from External Data): | |
4862 * internals\internals.texi (General Guidelines for Writing Mule-Aware Code): | |
4863 * internals\internals.texi (An Example of Mule-Aware Code): | |
4864 * internals\internals.texi (Techniques for XEmacs Developers): | |
4865 * internals\internals.texi (A Summary of the Various XEmacs Modules): | |
4866 * internals\internals.texi (Low-Level Modules): | |
4867 * internals\internals.texi (Basic Lisp Modules): | |
4868 * internals\internals.texi (Modules for Standard Editing Operations): | |
4869 * internals\internals.texi (Editor-Level Control Flow Modules): | |
4870 * internals\internals.texi (Modules for the Basic Displayable Lisp Objects): | |
4871 * internals\internals.texi (Modules for other Display-Related Lisp Objects): | |
4872 * internals\internals.texi (Modules for the Redisplay Mechanism): | |
4873 * internals\internals.texi (Modules for Interfacing with the File System): | |
4874 * internals\internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
4875 * internals\internals.texi (Modules for Interfacing with the Operating System): | |
4876 * internals\internals.texi (Modules for Interfacing with X Windows): | |
4877 * internals\internals.texi (Allocation of Objects in XEmacs Lisp): | |
4878 * internals\internals.texi (Introduction to Allocation): | |
4879 * internals\internals.texi (Garbage Collection): | |
4880 * internals\internals.texi (GCPROing): | |
4881 * internals\internals.texi (Garbage Collection - Step by Step): | |
4882 * internals\internals.texi (Invocation): | |
4883 * internals\internals.texi (garbage_collect_1): | |
4884 * internals\internals.texi (mark_object): | |
4885 * internals\internals.texi (gc_sweep): | |
4886 * internals\internals.texi (sweep_lcrecords_1): | |
4887 * internals\internals.texi (compact_string_chars): | |
4888 * internals\internals.texi (sweep_strings): | |
4889 * internals\internals.texi (sweep_bit_vectors_1): | |
4890 * internals\internals.texi (Integers and Characters): | |
4891 * internals\internals.texi (Allocation from Frob Blocks): | |
4892 * internals\internals.texi (lrecords): | |
4893 * internals\internals.texi (Low-level allocation): | |
4894 * internals\internals.texi (Cons): | |
4895 * internals\internals.texi (Vector): | |
4896 * internals\internals.texi (Bit Vector): | |
4897 * internals\internals.texi (Symbol): | |
4898 * internals\internals.texi (Marker): | |
4899 * internals\internals.texi (String): | |
4900 * internals\internals.texi (Dumping): | |
4901 * internals\internals.texi (Overview): | |
4902 * internals\internals.texi (Data descriptions): | |
4903 * internals\internals.texi (Dumping phase): | |
4904 * internals\internals.texi (Object inventory): | |
4905 * internals\internals.texi (Address allocation): | |
4906 * internals\internals.texi (The header): | |
4907 * internals\internals.texi (Data dumping): | |
4908 * internals\internals.texi (Pointers dumping): | |
4909 * internals\internals.texi (Reloading phase): | |
4910 * internals\internals.texi (Events and the Event Loop): | |
4911 * internals\internals.texi (Introduction to Events): | |
4912 * internals\internals.texi (Main Loop): | |
4913 * internals\internals.texi (Specifics of the Event Gathering Mechanism): | |
4914 * internals\internals.texi (Specifics About the Emacs Event): | |
4915 * internals\internals.texi (The Event Stream Callback Routines): | |
4916 * internals\internals.texi (Other Event Loop Functions): | |
4917 * internals\internals.texi (Converting Events): | |
4918 * internals\internals.texi (Evaluation; Stack Frames; Bindings): | |
4919 * internals\internals.texi (Evaluation): | |
4920 * internals\internals.texi (Dynamic Binding; The specbinding Stack; Unwind-Protects): | |
4921 * internals\internals.texi (Simple Special Forms): | |
4922 * internals\internals.texi (Symbols and Variables): | |
4923 * internals\internals.texi (Introduction to Symbols): | |
4924 * internals\internals.texi (Obarrays): | |
4925 * internals\internals.texi (Buffers and Textual Representation): | |
4926 * internals\internals.texi (Introduction to Buffers): | |
4927 * internals\internals.texi (The Text in a Buffer): | |
4928 * internals\internals.texi (Buffer Lists): | |
4929 * internals\internals.texi (Markers and Extents): | |
4930 * internals\internals.texi (Bufbytes and Emchars): | |
4931 * internals\internals.texi (MULE Character Sets and Encodings): | |
4932 * internals\internals.texi (Character Sets): | |
4933 * internals\internals.texi (Encodings): | |
4934 * internals\internals.texi (Japanese EUC (Extended Unix Code)): | |
4935 * internals\internals.texi (JIS7): | |
4936 * internals\internals.texi (Internal Mule Encodings): | |
4937 * internals\internals.texi (Internal String Encoding): | |
4938 * internals\internals.texi (Internal Character Encoding): | |
4939 * internals\internals.texi (The Lisp Reader and Compiler): | |
4940 * internals\internals.texi (Lstreams): | |
4941 * internals\internals.texi (Creating an Lstream): | |
4942 * internals\internals.texi (Lstream Types): | |
4943 * internals\internals.texi (Lstream Functions): | |
4944 * internals\internals.texi (Consoles; Devices; Frames; Windows): | |
4945 * internals\internals.texi (Introduction to Consoles; Devices; Frames; Windows): | |
4946 * internals\internals.texi (Point): | |
4947 * internals\internals.texi (Window Hierarchy): | |
4948 * internals\internals.texi (The Redisplay Mechanism): | |
4949 * internals\internals.texi (Critical Redisplay Sections): | |
4950 * internals\internals.texi (Line Start Cache): | |
4951 * internals\internals.texi (Extents): | |
4952 * internals\internals.texi (Introduction to Extents): | |
4953 * internals\internals.texi (Extent Ordering): | |
4954 * internals\internals.texi (Format of the Extent Info): | |
4955 * internals\internals.texi (Zero-Length Extents): | |
4956 * internals\internals.texi (Mathematics of Extent Ordering): | |
4957 * internals\internals.texi (Faces): | |
4958 * internals\internals.texi (Glyphs): | |
4959 * internals\internals.texi (Specifiers): | |
4960 * internals\internals.texi (Menus): | |
4961 * internals\internals.texi (Subprocesses): | |
4962 * internals\internals.texi (Interface to the X Window System): | |
4963 * internals\internals.texi (Lucid Widget Library): | |
4964 * internals\internals.texi (Generic Widget Interface): | |
4965 * internals\internals.texi (Scrollbars): | |
4966 * internals\internals.texi (Menubars): | |
4967 * internals\internals.texi (Checkboxes and Radio Buttons): | |
4968 * internals\internals.texi (Progress Bars): | |
4969 * internals\internals.texi (Tab Controls): | |
4970 Add more index entries. Add sections on comments and unsigned types. | |
4971 | |
4972 2001-03-08 Ben Wing <ben@xemacs.org> | |
4973 | |
4974 * make-stds.texi (Makefile Basics): | |
4975 * make-stds.texi (Command Variables): | |
4976 * make-stds.texi (Directory Variables): | |
4977 * make-stds.texi (Standard Targets): | |
4978 * standards.texi: | |
4979 * standards.texi (Top): | |
4980 * standards.texi (Preface): | |
4981 * standards.texi (Legal Issues): | |
4982 * standards.texi (Reading Non-Free Code): | |
4983 * standards.texi (Contributions): | |
4984 * standards.texi (Trademarks): | |
4985 * standards.texi (Design Advice): | |
4986 * standards.texi (Source Language): | |
4987 * standards.texi (Compatibility): | |
4988 * standards.texi (Using Extensions): | |
4989 * standards.texi (Standard C): | |
4990 * standards.texi (Program Behavior): | |
4991 * standards.texi (Semantics): | |
4992 * standards.texi (Libraries): | |
4993 * standards.texi (Errors): | |
4994 * standards.texi (User Interfaces): | |
4995 * standards.texi (Graphical Interfaces): | |
4996 * standards.texi (Command-Line Interfaces): | |
4997 * standards.texi (Option Table): | |
4998 * standards.texi (Memory Usage): | |
4999 * standards.texi (File Usage): | |
5000 * standards.texi (Formatting): | |
5001 * standards.texi (Comments): | |
5002 * standards.texi (Syntactic Conventions): | |
5003 * standards.texi (Names): | |
5004 * standards.texi (System Portability): | |
5005 * standards.texi (CPU Portability): | |
5006 * standards.texi (System Functions): | |
5007 * standards.texi (Internationalization): | |
5008 * standards.texi (Mmap): | |
5009 * standards.texi (Documentation): | |
5010 * standards.texi (GNU Manuals): | |
5011 * standards.texi (Doc Strings and Manuals): | |
5012 * standards.texi (Manual Structure Details): | |
5013 * standards.texi (License for Manuals): | |
5014 * standards.texi (Manual Credits): | |
5015 * standards.texi (Printed Manuals): | |
5016 * standards.texi (NEWS File): | |
5017 * standards.texi (Change Logs): | |
5018 * standards.texi (Style of Change Logs): | |
5019 * standards.texi (Simple Changes): | |
5020 * standards.texi (Conditional Changes): | |
5021 * standards.texi (Indicating the Part Changed): | |
5022 * standards.texi (Managing Releases): | |
5023 * standards.texi (Configuration): | |
5024 * standards.texi (Releases): | |
5025 * standards.texi (References): | |
5026 * standards.texi (Index): | |
5027 Update to latest GNU version. | |
1137 | 5028 |
462 | 5029 * xemacs-faq.texi (Q6.3.3): |
5030 * xemacs-faq.texi (Q6.4.1): | |
5031 Improve questions on current Windows activity. | |
5032 | |
5033 2001-03-07 Sandra Wambold <wambold@xemacs.org> | |
5034 | |
5035 * xemacs-faq.texi: (Q.1.0.7): changed list archive address | |
5036 | |
5037 2001-02-25 Ben Wing <ben@xemacs.org> | |
5038 | |
5039 * xemacs-faq.texi (Top): | |
5040 * xemacs-faq.texi (Introduction): | |
5041 * xemacs-faq.texi (Q1.0.1): | |
5042 * xemacs-faq.texi (Q1.0.4): | |
5043 * xemacs-faq.texi (Q1.0.6): | |
5044 * xemacs-faq.texi (Q1.0.10): | |
5045 * xemacs-faq.texi (Q1.2.1): | |
5046 * xemacs-faq.texi (Q1.4.1): | |
5047 * xemacs-faq.texi (Q1.4.2): | |
5048 * xemacs-faq.texi (Q2.0.12): | |
5049 * xemacs-faq.texi (Q2.1.1): | |
5050 * xemacs-faq.texi (Q2.1.2): | |
5051 * xemacs-faq.texi (Q2.1.9): | |
5052 * xemacs-faq.texi (Q2.1.15): | |
5053 * xemacs-faq.texi (Q2.1.19): | |
5054 * xemacs-faq.texi (Customization): | |
5055 * xemacs-faq.texi (Q3.0.1): | |
5056 * xemacs-faq.texi (Q3.0.2): | |
5057 * xemacs-faq.texi (Q3.0.3): | |
5058 * xemacs-faq.texi (Q3.0.7): | |
5059 * xemacs-faq.texi (Q3.1.5): | |
5060 * xemacs-faq.texi (Q3.1.6): | |
5061 * xemacs-faq.texi (Q3.2.1): | |
5062 * xemacs-faq.texi (Q3.2.3): | |
5063 * xemacs-faq.texi (Q3.2.4): | |
5064 * xemacs-faq.texi (Q3.3.1): | |
5065 * xemacs-faq.texi (Q3.3.2): | |
5066 * xemacs-faq.texi (Q3.3.3): | |
5067 * xemacs-faq.texi (Q3.3.4): | |
5068 * xemacs-faq.texi (Q3.3.5): | |
5069 * xemacs-faq.texi (Q3.4.1): | |
5070 * xemacs-faq.texi (Q3.4.2): | |
5071 * xemacs-faq.texi (Q3.5.2): | |
5072 * xemacs-faq.texi (Q3.5.4): | |
5073 * xemacs-faq.texi (key-translation-map): New. | |
5074 * xemacs-faq.texi (Q3.5.5): | |
5075 * xemacs-faq.texi (Q3.5.6): | |
5076 * xemacs-faq.texi (Q3.5.7): | |
5077 * xemacs-faq.texi (Q3.5.8): | |
5078 * xemacs-faq.texi (global-map): Removed. | |
5079 * xemacs-faq.texi (Q3.5.9): | |
5080 * xemacs-faq.texi (Q3.6.1): | |
5081 * xemacs-faq.texi (Q3.6.2): | |
5082 * xemacs-faq.texi (Q3.6.3): | |
5083 * xemacs-faq.texi (Q3.7.6): | |
5084 * xemacs-faq.texi (Q3.7.7): | |
5085 * xemacs-faq.texi (Q3.8.1): | |
5086 * xemacs-faq.texi (Q3.8.2): | |
5087 * xemacs-faq.texi (Q3.8.3): | |
5088 * xemacs-faq.texi (Q3.9.1): | |
5089 * xemacs-faq.texi (Q3.9.4): | |
5090 * xemacs-faq.texi (Q3.10.1): | |
5091 * xemacs-faq.texi (Q3.10.2): | |
5092 * xemacs-faq.texi (Q3.10.3): | |
5093 * xemacs-faq.texi (Q4.0.12): | |
5094 * xemacs-faq.texi (Miscellaneous): | |
5095 * xemacs-faq.texi (Q5.0.1): | |
5096 * xemacs-faq.texi (Q5.0.2): | |
5097 * xemacs-faq.texi (Q5.0.3): | |
5098 * xemacs-faq.texi (Q5.0.4): | |
5099 * xemacs-faq.texi (Q5.0.5): | |
5100 * xemacs-faq.texi (Q5.0.8): | |
5101 * xemacs-faq.texi (Q5.0.9): | |
5102 * xemacs-faq.texi (Q5.0.11): | |
5103 * xemacs-faq.texi (Q5.0.12): | |
5104 * xemacs-faq.texi (Q5.0.13): | |
5105 * xemacs-faq.texi (Q5.0.16): | |
5106 * xemacs-faq.texi (Q5.0.17): | |
5107 * xemacs-faq.texi (Q5.1.9): | |
5108 * xemacs-faq.texi (Q5.1.11): | |
5109 * xemacs-faq.texi (Q5.2.1): | |
5110 * xemacs-faq.texi (Q5.2.2): | |
5111 * xemacs-faq.texi (Q5.3.1): | |
5112 * xemacs-faq.texi (Q5.3.2): | |
5113 * xemacs-faq.texi (Q5.3.4): | |
5114 * xemacs-faq.texi (MS Windows): | |
5115 * xemacs-faq.texi (Q6.0.1): | |
5116 * xemacs-faq.texi (Q6.0.2): | |
5117 * xemacs-faq.texi (Q6.0.3): | |
5118 * xemacs-faq.texi (Q6.0.4): | |
5119 * xemacs-faq.texi (Q6.1.5): | |
5120 * xemacs-faq.texi (Q6.2.3): | |
5121 * xemacs-faq.texi (Q6.3.1): | |
5122 | |
5123 Remove most references to XEmacs pre-19.15, since they are way out | |
5124 of date and are cluttering up and confusing many answers. Update | |
5125 references to .emacs to take into account the new init file | |
5126 location. Update information about the MS Windows port. Change | |
5127 description of XEmacs at beginning to match the web site. Update | |
5128 info about current developers. | |
1137 | 5129 |
462 | 5130 |
5131 2001-02-25 Ben Wing <ben@xemacs.org> | |
5132 | |
5133 * lispref\help.texi (Describing Characters): | |
5134 kp- not kp_. | |
1137 | 5135 |
462 | 5136 2001-02-25 Ben Wing <ben@xemacs.org> |
5137 | |
5138 * new-users-guide\custom1.texi (Customization Basics): | |
5139 * new-users-guide\custom1.texi (Customizing key Bindings): | |
5140 * new-users-guide\custom1.texi (Customizing Menus): | |
5141 * new-users-guide\custom2.texi (Other Customizations): | |
5142 * new-users-guide\custom2.texi (Setting Variables): | |
5143 * new-users-guide\custom2.texi (Init File): | |
5144 * new-users-guide\xmenu.texi (Options Menu): | |
5145 * new-users-guide\modes.texi (Major Modes): | |
5146 * new-users-guide\modes.texi (Minor Modes): | |
5147 * new-users-guide\new-users-guide.texi (Top): | |
5148 Fix up references to .emacs to take into account init.el. | |
1137 | 5149 |
460 | 5150 2001-02-23 Martin Buchholz <martin@xemacs.org> |
5151 | |
5152 * XEmacs 21.2.45 "Thelxepeia" is released. | |
5153 | |
5154 2001-02-10 Martin Buchholz <martin@xemacs.org> | |
5155 | |
5156 * xemacs/programs.texi (Tag Syntax): Port to makeinfo 3. | |
5157 | |
458 | 5158 2001-02-08 Martin Buchholz <martin@xemacs.org> |
5159 | |
5160 * XEmacs 21.2.44 "Thalia" is released. | |
5161 | |
5162 2001-02-04 Steve Youngs <youngs@xemacs.org> | |
5163 | |
5164 * xemacs/xemacs.texi: Update to accomodate new and improved | |
5165 packages.texi. | |
5166 | |
5167 * xemacs/packages.texi: Basically, apart from a few things, | |
5168 rewritten from scratch. | |
5169 | |
456 | 5170 2001-01-27 Martin Buchholz <martin@xemacs.org> |
5171 | |
5172 * lispref/variables.texi (max-specpdl-size): Correct default value. | |
5173 * lispref/eval.texi (max-lisp-eval-depth): Correct default value. | |
5174 | |
5175 2001-01-26 Martin Buchholz <martin@xemacs.org> | |
5176 | |
5177 * XEmacs 21.2.43 "Terspichore" is released. | |
5178 | |
454 | 5179 2001-01-20 Martin Buchholz <martin@xemacs.org> |
5180 | |
5181 * XEmacs 21.2.42 "Poseidon" is released. | |
5182 | |
5183 2001-01-18 Martin Buchholz <martin@xemacs.org> | |
5184 | |
5185 * xemacs-faq.texi (Q1.0.11): Change XEmacs for MacOS URL. | |
5186 | |
5187 2001-01-17 Andy Piper <andy@xemacs.org> | |
5188 | |
5189 * internals.texi: some glyph documentation. | |
5190 | |
5191 2001-01-16 Didier Verna <didier@xemacs.org> | |
5192 | |
5193 * frame.texi (Mode Line Basics): new node ... | |
5194 * frame.texi (GUI Components): ... under this one ... | |
5195 * frame.texi (Scrollbar Basics): ... after this one ... | |
5196 * frame.texi (Toolbar Basics): ... before this one. | |
5197 | |
452 | 5198 2001-01-17 Martin Buchholz <martin@xemacs.org> |
5199 | |
5200 * XEmacs 21.2.41 "Polyhymnia" is released. | |
5201 | |
5202 2001-01-12 Martin Buchholz <martin@xemacs.org> | |
5203 | |
5204 * internals/internals.texi: A little post-pdump-rename fixup. | |
5205 | |
5206 2001-01-13 Martin Buchholz <martin@xemacs.org> | |
5207 | |
5208 * internals/internals.texi: See `pdump-rename' in src/ChangeLog. | |
5209 | |
5210 2001-01-10 Martin Buchholz <martin@xemacs.org> | |
5211 | |
5212 * internals/internals.texi: Update for pdump changes. | |
5213 | |
5214 2001-01-04 Adrian Aichner <adrian@xemacs.org> | |
5215 | |
5216 * texinfo.texi (Using Texinfo): Change reference from GNU Emacs to | |
5217 XEmacs. | |
5218 * texinfo.texi (First Node): Fixing grammar. | |
5219 * texinfo.texi (Multitable Rows): Change reference from GNU Emacs | |
5220 to XEmacs. | |
5221 | |
450 | 5222 2001-01-08 Martin Buchholz <martin@xemacs.org> |
5223 | |
5224 * XEmacs 21.2.40 is released. | |
5225 | |
5226 2001-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
5227 | |
5228 * emodules.texi (Required Functions): Xref coding rules for dual-use | |
5229 modules (module and statically linked). Typo fix. | |
5230 | |
5231 * texinfo.texi (ref): Typo fix. | |
5232 | |
448 | 5233 2000-12-31 Martin Buchholz <martin@xemacs.org> |
5234 | |
5235 * XEmacs 21.2.39 is released. | |
5236 | |
5237 2000-12-05 Stephen J. Turnbull <stephen@xemacs.org> | |
5238 | |
5239 * internals/internals.texi (General Coding Rules): further document | |
5240 usage of symsinit.h. Reorder slightly. | |
5241 | |
446 | 5242 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> |
5243 | |
5244 * xemacs/packages.texi (Creating Packages): new node. | |
5245 | |
5246 2000-12-05 Martin Buchholz <martin@xemacs.org> | |
5247 | |
5248 * XEmacs 21.2.38 is released. | |
5249 | |
5250 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
5251 | |
5252 * lispref/compile.texi: | |
5253 Document differences between compiler and interpreter. | |
5254 | |
5255 2000-11-29 Stephen J. Turnbull <stephen@xemacs.org> | |
5256 | |
5257 * internals/index.texi: | |
5258 internals/internals.texi: | |
5259 Change "X Windows" to "the X Window System" randomly. | |
5260 * internals/internals.texi (Glyphs): fiddling, move lwlib to new node. | |
5261 (Lucid Widget Library): new node, added new text, ASCII art, subnode | |
5262 structure. | |
5263 * xemacs/frame.texi (GUI Components): new node. | |
5264 * xemacs/packages.texi: minor updates. | |
5265 | |
5266 2000-11-10 Stephen J. Turnbull <stephen@xemacs.org> | |
5267 | |
5268 * info.texi (Creating an Info File): Fix typos in xrefs. | |
5269 | |
5270 2000-11-08 Stephen J. Turnbull <stephen@xemacs.org> | |
5271 | |
5272 * xemacs/cmdargs.texi (Command Switches): Add documentation of | |
5273 portable dumper switches. Other minor edits. | |
5274 | |
5275 2000-11-21 Martin Buchholz <martin@xemacs.org> | |
5276 | |
5277 * lispref/positions.texi (Word Motion): | |
5278 forward-word arg is now optional. | |
5279 backward-word arg is now optional. | |
5280 Remove vile comment advising lisp programmer to use (forward-word -1) | |
5281 instead of (backward-word 1). | |
5282 * lispref/syntax.texi (Parsing Expressions): | |
5283 Similarly for forward-comment. | |
5284 * lispref/text.texi (Deletion): | |
5285 Similarly for delete-char. | |
5286 Similarly for delete-backward-char. | |
5287 | |
5288 2000-11-09 Martin Buchholz <martin@xemacs.org> | |
5289 | |
5290 * cl.texi (Assertions): | |
5291 Remove claim that elisp doesn't have continuable errors. | |
5292 Document check-type as being continuable. | |
5293 | |
5294 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5295 | |
5296 * xemacs/calendar.texi (Calendar/Diary): Correct INFO-FILE-NAME | |
5297 from elisp to lispref and from emacs to xemacs in relevant ?xefs. | |
5298 This should also serve as a reminder for future merges with GNU | |
5299 Emacs. | |
5300 Unify PRINTED-MANUAL-TITLE to "XEmacs Lisp Reference Manual" and | |
5301 "XEmacs User's Manual" for lispref and xemacs respectively. | |
5302 | |
5303 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5304 | |
5305 * lispref/abbrevs.texi (Abbrevs): Ditto. | |
5306 * lispref/backups.texi (Auto-Saving): Ditto. | |
5307 * lispref/backups.texi (Reverting): Ditto. | |
5308 * lispref/display.texi (The Echo Area): Ditto. | |
5309 * lispref/help.texi (Documentation Basics): Ditto. | |
5310 * lispref/help.texi (Help Functions): Ditto. | |
5311 * lispref/keymaps.texi (Scanning Keymaps): Ditto. | |
5312 * lispref/locals.texi (Standard Buffer-Local Variables): Ditto. | |
5313 * lispref/modes.texi (Auto Major Mode): Ditto. | |
5314 * lispref/positions.texi (List Motion): Ditto. | |
5315 * lispref/searching.texi (Regexp Search): Ditto. | |
5316 * lispref/symbols.texi (Symbol Components): Ditto. | |
5317 * lispref/tips.texi (Comment Tips): Ditto. | |
5318 * lispref/tips.texi (Library Headers): Ditto. | |
5319 | |
5320 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5321 | |
5322 * internals/internals.texi (The Buffer Object): Ditto. | |
5323 | |
5324 2000-11-14 Adrian Aichner <adrian@xemacs.org> | |
5325 | |
5326 * cl.texi (Hash Tables): Ditto. | |
5327 * texinfo.texi (Other Info Files): Ditto. | |
5328 * xemacs-faq.texi (Q1.0.14): Ditto. | |
5329 | |
444 | 5330 2000-11-14 Martin Buchholz <martin@xemacs.org> |
5331 | |
5332 * XEmacs 21.2.37 is released. | |
5333 | |
5334 2000-10-27 Martin Buchholz <martin@xemacs.org> | |
5335 | |
5336 * xemacs/windows.texi (Other Window): | |
5337 | |
5338 * new-users-guide/files.texi (Saving Files): | |
5339 * new-users-guide/search.texi (Search and Replace): | |
5340 | |
5341 * lispref/abbrevs.texi (Abbrev Tables): | |
5342 * lispref/abbrevs.texi (Defining Abbrevs): | |
5343 * lispref/abbrevs.texi (Abbrev Files): | |
5344 * lispref/annotations.texi (Annotation Primitives): | |
5345 * lispref/backups.texi (Auto-Saving): | |
5346 * lispref/backups.texi (Reverting): | |
5347 * lispref/buffers.texi (Current Buffer): | |
5348 * lispref/buffers.texi (Buffer Names): | |
5349 * lispref/buffers.texi (Buffer Modification): | |
5350 * lispref/buffers.texi (Read Only Buffers): | |
5351 * lispref/buffers.texi (The Buffer List): | |
5352 * lispref/buffers.texi (Killing Buffers): | |
5353 * lispref/buffers.texi (Indirect Buffers): | |
5354 * lispref/building.texi (Building XEmacs): | |
5355 * lispref/building.texi (Garbage Collection): | |
5356 * lispref/commands.texi (Interactive Call): | |
5357 * lispref/commands.texi (Events): | |
5358 * lispref/commands.texi (Event Predicates): | |
5359 * lispref/commands.texi (Working With Events): | |
5360 * lispref/commands.texi (Converting Events): | |
5361 * lispref/commands.texi (Key Sequence Input): | |
5362 * lispref/commands.texi (Reading One Event): | |
5363 * lispref/commands.texi (Waiting): | |
5364 * lispref/commands.texi (Prefix Command Arguments): | |
5365 * lispref/commands.texi (Recursive Editing): | |
5366 * lispref/compile.texi (Compilation Functions): | |
5367 * lispref/compile.texi (Compiled-Function Objects): | |
5368 * lispref/consoles-devices.texi (Basic Device Functions): | |
5369 * lispref/consoles-devices.texi (Console Types and Device Classes): | |
5370 * lispref/consoles-devices.texi (Connecting to a Console or Device): | |
5371 * lispref/control.texi (Signaling Errors): | |
5372 * lispref/customize.texi (Type Keywords): | |
5373 * lispref/databases.texi (Connecting to a Database): | |
5374 * lispref/databases.texi (Working With a Database): | |
5375 * lispref/databases.texi (Other Database Functions): | |
5376 * lispref/debugging.texi (Function Debugging): | |
5377 * lispref/display.texi (Refresh Screen): | |
5378 * lispref/display.texi (The Echo Area): | |
5379 * lispref/display.texi (Blinking): | |
5380 * lispref/edebug-inc.texi (Tracing): | |
5381 * lispref/edebug-inc.texi (Instrumenting Macro Calls): | |
5382 * lispref/edebug-inc.texi (Edebug Options): | |
5383 * lispref/eval.texi (Function Indirection): | |
5384 * lispref/extents.texi (Creating and Modifying Extents): | |
5385 * lispref/extents.texi (Finding Extents): | |
5386 * lispref/extents.texi (Mapping Over Extents): | |
5387 * lispref/extents.texi (Extent Properties): | |
5388 * lispref/faces.texi (Basic Face Functions): | |
5389 * lispref/faces.texi (Face Properties): | |
5390 * lispref/faces.texi (Face Convenience Functions): | |
5391 * lispref/faces.texi (Other Face Display Functions): | |
5392 * lispref/faces.texi (Font Instance Characteristics): | |
5393 * lispref/faces.texi (Color Specifiers): | |
5394 * lispref/files.texi (Visiting Functions): | |
5395 * lispref/files.texi (Reading from Files): | |
5396 * lispref/files.texi (Changing File Attributes): | |
5397 * lispref/files.texi (File Names): | |
5398 * lispref/files.texi (File Name Components): | |
5399 * lispref/files.texi (Directory Names): | |
5400 * lispref/files.texi (Relative File Names): | |
5401 * lispref/files.texi (File Name Expansion): | |
5402 * lispref/files.texi (File Name Completion): | |
5403 * lispref/files.texi (User Name Completion): | |
5404 * lispref/files.texi (Magic File Names): | |
5405 * lispref/files.texi (Creating a Partial File): | |
5406 * lispref/files.texi (Format Conversion): | |
5407 * lispref/frames.texi (Creating Frames): | |
5408 * lispref/frames.texi (Property Access): | |
5409 * lispref/frames.texi (Size and Position): | |
5410 * lispref/frames.texi (Deleting Frames): | |
5411 * lispref/frames.texi (Finding All Frames): | |
5412 * lispref/frames.texi (Frames and Windows): | |
5413 * lispref/frames.texi (Visibility of Frames): | |
5414 * lispref/frames.texi (Frame Configurations): | |
5415 * lispref/functions.texi (Calling Functions): | |
5416 * lispref/functions.texi (Function Cells): | |
5417 * lispref/glyphs.texi (Creating Glyphs): | |
5418 * lispref/glyphs.texi (Image Specifiers): | |
5419 * lispref/glyphs.texi (Image Instance Types): | |
5420 * lispref/glyphs.texi (Image Instance Functions): | |
5421 * lispref/gutter.texi (Creating Gutter): | |
5422 * lispref/gutter.texi (Specifying a Gutter): | |
5423 * lispref/gutter.texi (Other Gutter Variables): | |
5424 * lispref/help.texi (Accessing Documentation): | |
5425 * lispref/help.texi (Help Functions): | |
5426 * lispref/help.texi (Obsoleteness): | |
5427 * lispref/internationalization.texi (Domain Specification): | |
5428 * lispref/intro.texi (Caveats): | |
5429 * lispref/keymaps.texi (Active Keymaps): | |
5430 * lispref/keymaps.texi (Functions for Key Lookup): | |
5431 * lispref/keymaps.texi (Changing Key Bindings): | |
5432 * lispref/keymaps.texi (Scanning Keymaps): | |
5433 * lispref/ldap.texi (The High-Level LDAP API): | |
5434 * lispref/ldap.texi (Low-level Operations on a LDAP Server): | |
5435 * lispref/ldap.texi (Encoder/Decoder Functions): | |
5436 * lispref/lists.texi (Setcar): | |
5437 * lispref/lists.texi (Setcdr): | |
5438 * lispref/lists.texi (Working With Normal Plists): | |
5439 * lispref/lists.texi (Working With Lax Plists): | |
5440 * lispref/loading.texi (Autoload): | |
5441 * lispref/loading.texi (Named Features): | |
5442 * lispref/markers.texi (Creating Markers): | |
5443 * lispref/markers.texi (Changing Markers): | |
5444 * lispref/markers.texi (The Mark): | |
5445 * lispref/menus.texi (Modifying Menus): | |
5446 * lispref/menus.texi (Pop-Up Menus): | |
5447 * lispref/menus.texi (Menu Accelerator Functions): | |
5448 * lispref/minibuf.texi (Text from Minibuffer): | |
5449 * lispref/minibuf.texi (Object from Minibuffer): | |
5450 * lispref/minibuf.texi (Basic Completion): | |
5451 * lispref/minibuf.texi (High-Level Completion): | |
5452 * lispref/minibuf.texi (Reading a Password): | |
5453 * lispref/minibuf.texi (Minibuffer Misc): | |
5454 * lispref/mouse.texi (Mouse Tracking): | |
5455 * lispref/syntax.texi (Syntax Table Functions): | |
5456 * lispref/numbers.texi (Arithmetic Operations): | |
5457 * lispref/numbers.texi (Rounding Operations): | |
5458 * lispref/numbers.texi (Math Functions): | |
5459 * lispref/objects.texi (String Type): | |
5460 * lispref/objects.texi (Equality Predicates): | |
5461 * lispref/os.texi (Killing XEmacs): | |
5462 * lispref/os.texi (Suspending XEmacs): | |
5463 * lispref/os.texi (System Environment): | |
5464 * lispref/os.texi (Time Conversion): | |
5465 * lispref/os.texi (Timers): | |
5466 * lispref/os.texi (Input Modes): | |
5467 * lispref/os.texi (Translating Input): | |
5468 * lispref/os.texi (Terminal Output): | |
5469 * lispref/os.texi (Flow Control): | |
5470 * lispref/positions.texi (Character Motion): | |
5471 * lispref/positions.texi (Word Motion): | |
5472 * lispref/positions.texi (Text Lines): | |
5473 * lispref/positions.texi (Screen Lines): | |
5474 * lispref/positions.texi (List Motion): | |
5475 * lispref/positions.texi (Narrowing): | |
5476 * lispref/postgresql.texi (Asynchronous Interface Functions): | |
5477 * lispref/processes.texi (Subprocess Creation): | |
5478 * lispref/processes.texi (Synchronous Processes): | |
5479 * lispref/processes.texi (Asynchronous Processes): | |
5480 * lispref/processes.texi (Process Information): | |
5481 * lispref/processes.texi (Input to Processes): | |
5482 * lispref/processes.texi (Signals to Processes): | |
5483 * lispref/processes.texi (Process Buffers): | |
5484 * lispref/processes.texi (Filter Functions): | |
5485 * lispref/processes.texi (Network): | |
5486 * lispref/range-tables.texi (Working With Range Tables): | |
5487 * lispref/searching.texi (String Search): | |
5488 * lispref/searching.texi (Regexp Search): | |
5489 * lispref/searching.texi (POSIX Regexps): | |
5490 * lispref/searching.texi (Replacing Match): | |
5491 * lispref/searching.texi (Entire Match Data): | |
5492 * lispref/sequences.texi (Bit Vector Functions): | |
5493 * lispref/specifiers.texi (Adding Specifications): | |
5494 * lispref/specifiers.texi (Creating Specifiers): | |
5495 * lispref/specifiers.texi (Specifier Validation Functions): | |
5496 * lispref/specifiers.texi (Other Specification Functions): | |
5497 * lispref/streams.texi (Output Variables): | |
5498 * lispref/symbols.texi (Other Plists): | |
5499 * lispref/text.texi (Insertion): | |
5500 * lispref/text.texi (Commands for Insertion): | |
5501 * lispref/text.texi (Deletion): | |
5502 * lispref/text.texi (User-Level Deletion): | |
5503 * lispref/text.texi (Kill Functions): | |
5504 * lispref/text.texi (Low-Level Kill Ring): | |
5505 * lispref/text.texi (Undo): | |
5506 * lispref/text.texi (Maintaining Undo): | |
5507 * lispref/text.texi (Margins): | |
5508 * lispref/text.texi (Sorting): | |
5509 * lispref/text.texi (Columns): | |
5510 * lispref/text.texi (Primitive Indent): | |
5511 * lispref/text.texi (Mode-Specific Indent): | |
5512 * lispref/text.texi (Region Indent): | |
5513 * lispref/text.texi (Case Changes): | |
5514 * lispref/text.texi (Examining Properties): | |
5515 * lispref/text.texi (Property Search): | |
5516 * lispref/text.texi (Registers): | |
5517 * lispref/text.texi (Transformations): | |
5518 * lispref/mule.texi (Charset Property Functions): | |
5519 * lispref/mule.texi (MULE Characters): | |
5520 * lispref/mule.texi (Composite Characters): | |
5521 * lispref/mule.texi (Coding System Properties): | |
5522 * lispref/mule.texi (Big5 and Shift-JIS Functions): | |
5523 * lispref/mule.texi (CCL Statements): | |
5524 * lispref/mule.texi (Calling CCL): | |
5525 * lispref/mule.texi (Category Tables): | |
5526 * lispref/toolbar.texi (Specifying the Toolbar): | |
5527 * lispref/toolbar.texi (Other Toolbar Variables): | |
5528 * lispref/tooltalk.texi (Elisp Interface for Sending Messages): | |
5529 * lispref/tooltalk.texi (Elisp Interface for Receiving Messages): | |
5530 * lispref/variables.texi (Creating Buffer-Local): | |
5531 * lispref/variables.texi (Variable Aliases): | |
5532 * lispref/windows.texi (Splitting Windows): | |
5533 * lispref/windows.texi (Deleting Windows): | |
5534 * lispref/windows.texi (Selecting Windows): | |
5535 * lispref/windows.texi (Cyclic Window Ordering): | |
5536 * lispref/windows.texi (Buffers and Windows): | |
5537 * lispref/windows.texi (Displaying Buffers): | |
5538 * lispref/windows.texi (Choosing Window): | |
5539 * lispref/windows.texi (Window Point): | |
5540 * lispref/windows.texi (Window Start): | |
5541 * lispref/windows.texi (Vertical Scrolling): | |
5542 * lispref/windows.texi (Horizontal Scrolling): | |
5543 * lispref/windows.texi (Resizing Windows): | |
5544 * lispref/windows.texi (Window Configurations): | |
5545 * lispref/x-windows.texi (X Selections): | |
5546 * lispref/x-windows.texi (Resources): | |
5547 * lispref/strings.texi (Creating Strings): | |
5548 * lispref/strings.texi (Character Codes): | |
5549 * lispref/strings.texi (Text Comparison): | |
5550 * lispref/strings.texi (String Conversion): | |
5551 * lispref/strings.texi (Formatting Strings): | |
5552 * lispref/strings.texi (Character Case): | |
5553 * lispref/strings.texi (Case Tables): | |
5554 * lispref/strings.texi (Char Table Types): | |
5555 * lispref/strings.texi (Working With Char Tables): | |
5556 Giant docstring parameter/Texinfo fixes. | |
5557 | |
5558 Don't use abbreviations for English words, especially when those | |
5559 words have other meanings. For example, use START, not BEG. | |
5560 Use OBJECT, not OBJ. | |
5561 Use VALUE, not VAL. | |
5562 Use BUFFER, not BUF. | |
5563 Use PROCESS, not PROC. (Sometimes PROC was used to mean FUNCTION!) | |
5564 Use CHARACTER, not CH or CHR. | |
5565 Use NUMBER, not NUM. | |
5566 Use COLUMN, not COL. | |
5567 Use POSITION, not POS. | |
5568 Use SYMBOL, not SYM. | |
5569 Use STRING, not STR. | |
5570 Use LIMIT, not LIM. | |
5571 Use OTHER-WINDOW-P, not OTHER-P. | |
5572 Use PRIORITY, not PRI. | |
5573 | |
5574 Use `non-nil', not `true'. | |
5575 | |
5576 Don't call a parameter an ALIST if it can also be a FUNCTION or OBARRAY. | |
5577 | |
5578 Use CASE-TABLE, CATEGORY-TABLE, CHAR-TABLE, etc. instead of TABLE. | |
5579 | |
5580 Try to find better parameter names than ARG. | |
5581 | |
5582 Use consistent parameter names. For example, s/NO-ERROR/NOERROR/g; | |
5583 | |
5584 Use type information in parameter names. For example, use | |
5585 (make-bit-vector length bit), not (make-bit-vector length init). | |
5586 | |
5587 Completion functions should have parameters with names like | |
5588 PARTIAL-FILENAME instead of the misleading FILENAME. | |
5589 | |
5590 Type predicates should consistently take an OBJECT parameter, | |
5591 since any object is valid as input. | |
5592 | |
5593 Use WHICH-FRAMES and WHICH-DEVICES parameters consistently for | |
5594 functions like next-window and next-frame that walk over window or | |
5595 frame lists. | |
5596 | |
5597 Deleted duplicated documentation for: | |
5598 one-window-p, format-insert-file | |
5599 | |
5600 Deleted 21 lines of VMS-specific texinfo documentation. | |
5601 | |
5602 Fixed up a few places where `_' was used in docstring parameter | |
5603 names instead of `-'. | |
5604 | |
5605 Fixed up places that used nil or t without @code. | |
5606 | |
5607 Fixed up places that erroneously used @code instead of @var. | |
5608 | |
5609 Fixed many typos. | |
5610 | |
5611 Fixed many places where the parameters mentioned in the docstring | |
5612 didn't match the actual parameters. | |
5613 | |
5614 Fixed 7 places that used `@var{nil}' instead of `@code{nil}'. | |
5615 | |
5616 Fixed 40 places where docstrings were missing trailing `.' | |
5617 | |
5618 Fixed the texi documentation of 41 functions where the | |
5619 interactiveness of the function in the documentation did not match | |
5620 the implementation. | |
5621 | |
5622 Fixed 117 functions where the names of parameters in the texi was | |
5623 different from the names in the implementation. | |
5624 | |
5625 Fixed the texi documentation of 137 functions where the parameter | |
5626 list of the function in the texi was semantically different from | |
5627 the implementation. | |
5628 | |
5629 2000-10-28 Adrian Aichner <adrian@xemacs.org> | |
5630 | |
5631 * xemacs-faq.texi (Q1.2.1): Use @html instead of @ifhtml to | |
5632 incorporate raw HTML output in the HTML version. | |
5633 | |
5634 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org> | |
5635 | |
5636 * xemacs/menus.texi: | |
5637 * widget.texi: | |
5638 Typo fixes and tiny clarifications. | |
5639 | |
5640 2000-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
5641 | |
5642 * xemacs-faq.texi: Added Q2.0.13, Q2.0.14 - packages why and how. | |
5643 Added Q2.1.25 - function not found due to package not installed. | |
5644 | |
5645 * xemacs/xemacs.texi: | |
5646 * xemacs/abbrevs.texi: | |
5647 * xemacs/basic.texi: | |
5648 * xemacs/building.texi: | |
5649 * xemacs/packages.texi: | |
5650 * xemacs/startup.texi: | |
5651 Moved "Packages" node to "Important General Concepts" section. | |
5652 | |
5653 * xemacs/packages.texi: Added package list from etc/PACKAGES. | |
5654 | |
442 | 5655 2000-10-04 Martin Buchholz <martin@xemacs.org> |
5656 | |
5657 * XEmacs 21.2.36 is released. | |
5658 | |
5659 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
5660 | |
5661 * lispref/processes.texi (Signals to Processes): Many corrections. | |
5662 | |
5663 2000-09-20 Martin Buchholz <martin@xemacs.org> | |
5664 | |
5665 * xemacs/startup.texi (Startup Paths): Minor fixes. | |
5666 | |
5667 2000-09-19 Martin Buchholz <martin@xemacs.org> | |
5668 | |
5669 * *: Spelling mega-patch | |
5670 | |
5671 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
5672 | |
5673 * internals/internals.texi (Low-Level Modules): | |
5674 Correct the list of source files. | |
5675 | |
5676 2000-08-24 Adrian Aichner <aichner@ecf.teradyne.com> | |
5677 | |
5678 * emodules.texi (Introduction): Trivial typo fix. | |
5679 | |
5680 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
5681 | |
5682 * emodules.texi (Initialization Mode): Spell-Check. | |
5683 | |
5684 2000-08-24 Martin Buchholz <martin@xemacs.org> | |
5685 | |
5686 * lispref/databases.texi (Connecting to a Database): | |
5687 s/berkeley_db/berkeley-db/. Too much C programming. | |
5688 | |
5689 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org> | |
5690 | |
5691 * xemacs/custom.texi (Menubar Resources): Document FontSet resource. | |
5692 | |
5693 2000-07-30 Ben Wing <ben@xemacs.org> | |
5694 | |
5695 * xemacs\search.texi (Regexp Search): | |
5696 * xemacs\search.texi (Regexps): | |
5697 Synch up with updated docs below (describing non-greedy | |
5698 operators and such). | |
5699 | |
5700 2000-07-30 Ben Wing <ben@xemacs.org> | |
5701 | |
5702 * lispref\searching.texi (Syntax of Regexps): | |
5703 Document ??, which we've supported since 20.4. | |
5704 | |
5705 2000-07-31 Sandra Wambold <wambold@cygnus.com> | |
5706 | |
5707 * xemacs-faq.texi: Minor updates in first two sections | |
5708 | |
5709 2000-07-27 Andy Piper <andy@xemacs.org> | |
5710 | |
5711 * lispref/hash-tables.texi: add new hash table type. | |
5712 | |
5713 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
5714 | |
5715 * XEmacs 21.2.35 is released. | |
5716 | |
5717 2000-07-10 Martin Buchholz <martin@xemacs.org> | |
5718 | |
5719 * Makefile: rm -f ==> $(RM) | |
5720 | |
5721 2000-07-09 Martin Buchholz <martin@xemacs.org> | |
5722 | |
454 | 5723 * lispref/postgresql.texi: |
442 | 5724 - Don't mention ".so" extension. |
5725 - Make installation instructions more generic. | |
5726 - Mention M-x describe-installation. | |
5727 | |
5728 2000-07-08 Ben Wing <ben@xemacs.org> | |
5729 | |
5730 * xemacs-faq.texi (Q6.4.1): Update the perennial nonstart under | |
5731 Windows problem with binary locs and latest info. | |
5732 | |
5733 2000-06-17 Adrian Aichner <aichner@ecf.teradyne.com> | |
5734 | |
5735 * lispref/glyphs.texi: Fix trivial typos. | |
5736 * lispref/gutter.texi: Ditto. | |
5737 * lispref/loading.texi: Ditto. | |
5738 * lispref/postgresql.texi: Ditto. | |
5739 | |
5740 2000-06-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
5741 | |
5742 * internals/internals.texi (Markers and Extents): Fix trivial typo. | |
5743 | |
5744 2000-06-11 Adrian Aichner <aichner@ecf.teradyne.com> | |
5745 | |
5746 * make-stds.texi: Fix trivial typos. | |
5747 * xemacs-faq.texi: Ditto. | |
5748 * internals/internals.texi: Ditto. | |
5749 * new-users-guide/edit.texi: Ditto. | |
5750 * new-users-guide/modes.texi: Ditto. | |
5751 * new-users-guide/region.texi: Ditto. | |
5752 | |
5753 2000-06-10 Ben Wing <ben@xemacs.org> | |
5754 | |
5755 * xemacs-faq.texi (Q6.1.2): | |
5756 * xemacs-faq.texi (Q6.1.5): | |
5757 * xemacs-faq.texi (Q6.1.6): | |
5758 Corrections for Cygwin, MinGW. | |
5759 | |
5760 2000-06-07 Adrian Aichner <aichner@ecf.teradyne.com> | |
5761 | |
5762 * xemacs/basic.texi: Fix trivial typos. | |
5763 * xemacs/buffers.texi: Fix trivial typos. | |
5764 * xemacs/building.texi: Ditto. | |
5765 * xemacs/glossary.texi: Ditto. | |
5766 * xemacs/gnu.texi: Ditto. | |
5767 * xemacs/help.texi: Ditto. | |
5768 * xemacs/keystrokes.texi: Ditto. | |
5769 * xemacs/programs.texi: Ditto. | |
5770 * xemacs/search.texi: Ditto. | |
5771 * xemacs/sending.texi: Ditto. | |
5772 | |
5773 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
5774 | |
5775 * XEmacs 21.2.34 is released. | |
5776 | |
5777 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5778 | |
5779 * xemacs/basic.texi: Document translation of tutorial. | |
5780 * xemacs/startup.texi: Remove lock-directory. | |
5781 * xemacs/enterings.texi: Update. | |
5782 | |
5783 2000-05-17 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5784 | |
5785 * lispref/display.texi: | |
5786 * lispref/faces.texi: | |
5787 * lispref/glyphs.texi: | |
5788 * lispref/gutter.texi: | |
5789 * lispref/modes.texi: | |
5790 * lispref/specifiers.texi: | |
5791 * lispref/toolbar.texi: | |
5792 Update. Merge Ben's doc-string update. | |
5793 | |
5794 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5795 | |
5796 * xemacs/basic.texi: | |
5797 * xemacs/enterings.texi: | |
5798 * xemacs/mini.texi: | |
5799 Partial sync with FSF Emacs 20.6 and some update. | |
5800 | |
5801 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
5802 | |
5803 * XEmacs 21.2.33 is released. | |
5804 | |
5805 2000-04-11 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5806 | |
5807 * xemacs-faq.texi (Q2.1.24): Removed wrong header. | |
5808 | |
5809 2000-04-01 Oscar Figueiredo <oscar@xemacs.org> | |
5810 | |
5811 * lispref/ldap.texi: Documentation of the add/modify/delete and | |
5812 internationalization APIs | |
5813 | |
5814 * lispref/lispref.texi: Updated LDAP-related menus | |
5815 | |
5816 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
5817 | |
5818 * XEmacs 21.2.32 is released. | |
5819 | |
5820 2000-03-15 SL Baur <steve@musashimaru.m17n.org> | |
5821 | |
5822 * lispref/postgresql.texi (Unimplemented libpq Functions): Update | |
5823 documentation to reflect the latest code. | |
5824 | |
5825 2000-03-07 SL Baur <steve@musashimaru.m17n.org> | |
5826 | |
5827 * lispref/postgresql.texi (PostgreSQL Support): New File. | |
5828 | |
5829 * lispref/ldap.texi: Insert PostgreSQL/libpq chapter. | |
5830 * lispref/lispref.texi (Top): Ditto. | |
5831 * lispref/internationalization.texi: Ditto. | |
5832 | |
5833 2000-03-07 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5834 | |
5835 * lispref/glyphs.texi (Image Specifiers): Remove parenthesis. | |
5836 | |
5837 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5838 | |
5839 * xemacs-faq.texi: Put node before section. | |
5840 | |
5841 2000-03-05 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5842 | |
5843 * xemacs-faq.texi (Macintosh port): Made texinfmt-friendly. | |
5844 | |
5845 2000-03-01 Sandra Wambold <wambold@xemacs.org> | |
5846 | |
5847 * xemacs-faq.texi: Added 6.4.1. XEmacs won't start on Windows | |
5848 | |
5849 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5850 | |
5851 * xemacs/xemacs.texi: Detailed menu update. | |
5852 | |
5853 2000-01-28 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5854 | |
5855 * xemacs/help.texi: Synch with FSF 20.5. Update. | |
5856 | |
5857 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5858 | |
5859 * lispref/minibuf.texi: Add default argument documentation. | |
5860 | |
5861 2000-02-27 Martin Buchholz <martin@xemacs.org> | |
5862 | |
5863 * internals/internals.texi (lrecords): Update docs for new lisp | |
5864 object representation. | |
5865 | |
5866 2000-02-25 Martin Buchholz <martin@xemacs.org> | |
5867 | |
5868 * internals/internals.texi (Techniques for XEmacs Developers): | |
5869 Document INLINE_HEADER and how to create macros and inline functions. | |
5870 Cleanup entire section. | |
5871 | |
2069 | 5872 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5873 |
5874 * man/lispref/gutter.texi: New file describing gutter API. | |
5875 | |
5876 * man/lispref/lispref.texi, man/lispref/scrollbars.texi, | |
5877 | |
5878 * man/lispref/toolbar.texi: Fixup links to new node Gutter. | |
5879 | |
2069 | 5880 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5881 |
5882 * man/lispref/frames.texi, man/xemacs/custom.texi, | |
5883 man/xemacs/frame.texi, man/xemacs/glossary.texi: Mention menubars, | |
5884 toolbars, and gutters as optional components of frames, with | |
5885 pointers to descriptions. | |
5886 | |
2069 | 5887 2000-02-17 Stephen J. Turnbull <stephen@xemacs.org> |
442 | 5888 |
5889 * man/lispref/mule.texi: Substantial reorganization and | |
5890 revision for style of descriptions of character sets, | |
5891 encodings, and coding systems. Addition of a complete table | |
5892 of coding systems as of XEmacs 21.2.19. | |
5893 | |
5894 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
5895 | |
5896 * XEmacs 21.2.31 is released. | |
5897 | |
5898 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
5899 | |
5900 * XEmacs 21.2.30 is released. | |
5901 | |
5902 2000-02-21 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
5903 | |
5904 * internals/internals.texi: Made texinfmt-friendly. | |
5905 | |
5906 2000-01-20 Mark Thomas <mthomas@jprc.com> | |
5907 | |
5908 * lispref/backups.texi (Numbered Backups): | |
5909 * xemacs/files.texi (Backup Deletion): | |
5910 Change trim-versions-without-asking to delete-old-versions. | |
5911 | |
5912 2000-02-19 Martin Buchholz <martin@xemacs.org> | |
5913 | |
5914 * internals/internals.texi (Conversion to and from External Data): | |
5915 Document TO_EXTERNAL_FORMAT and friends. | |
5916 Doc bug fixes. | |
5917 | |
5918 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5919 | |
5920 * XEmacs 21.2.29 is released. | |
5921 | |
5922 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
5923 | |
5924 * internals/internals.texi: Integrate Olivier's portable dumping docs. | |
5925 | |
5926 2000-02-09 Martin Buchholz <martin@xemacs.org> | |
5927 | |
5928 * lispref/symbols.texi (Object Plists): | |
5929 Document `object-plist'. | |
5930 Document `remprop'. | |
5931 Rework all plist frobbing docs for accuracy. | |
5932 | |
440 | 5933 2000-02-07 Martin Buchholz <martin@xemacs.org> |
5934 | |
5935 * XEmacs 21.2.28 is released. | |
5936 | |
5937 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
5938 | |
5939 * cl.texi: Remove (or replace by `get') references to `get*'. | |
5940 | |
5941 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5942 | |
5943 * widget.texi: | |
5944 * internals/internals.texi: | |
5945 * lispref/commands.texi: | |
5946 * lispref/consoles-devices.texi: | |
5947 * lispref/customize.texi: | |
5948 * lispref/dialog.texi: | |
5949 * lispref/extents.texi: | |
5950 * lispref/faces.texi: | |
5951 * lispref/glyphs.texi: | |
5952 * lispref/keymaps.texi: | |
5953 * lispref/lists.texi: | |
5954 * lispref/markers.texi: | |
5955 * lispref/menus.texi: | |
5956 * lispref/mule.texi: | |
5957 * lispref/objects.texi: | |
5958 * lispref/specifiers.texi: | |
5959 * lispref/toolbar.texi: | |
5960 * lispref/tooltalk.texi: | |
5961 * lispref/x-windows.texi: | |
5962 * new-users-guide/custom2.texi: | |
5963 * new-users-guide/help.texi: | |
5964 * new-users-guide/modes.texi: | |
5965 * xemacs/abbrevs.texi: | |
5966 * xemacs/buffers.texi: | |
5967 * xemacs/custom.texi: | |
5968 * xemacs/help.texi: | |
5969 * xemacs/keystrokes.texi: | |
5970 * xemacs/mini.texi: | |
5971 * xemacs/new.texi: | |
5972 * xemacs/packages.texi: | |
5973 * xemacs/programs.texi: | |
5974 * xemacs/sending.texi: | |
5975 Change ' -- ' to '---' since Texinfo formats --- to --. | |
5976 Untabify. TeX doesn't like TAB. | |
5977 | |
5978 2000-01-27 Sandra Wambold <wambold@xemacs.org> | |
5979 | |
5980 * xemacs-faq.texi (Q6.2.2): updated font instructions to include | |
5981 21.2.* | |
5982 | |
5983 2000-01-25 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5984 | |
5985 * xemacs-faq.texi: Untabify. | |
442 | 5986 |
440 | 5987 2000-01-22 Martin Buchholz <martin@xemacs.org> |
5988 | |
5989 * internals/internals.texi (General Coding Rules): Document why we | |
5990 #include <config.h> | |
5991 | |
5992 2000-01-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
5993 | |
5994 * xemacs-faq.texi: Change ' -- ' to '---'. | |
442 | 5995 |
440 | 5996 2000-01-19 Yoshiki Hayashi <yoshiki@xemacs.org> |
5997 | |
5998 * lispref/faces.texi (Face Properties): Document | |
5999 remove-face-property. | |
6000 | |
438 | 6001 2000-01-18 Martin Buchholz <martin@xemacs.org> |
6002 | |
6003 * XEmacs 21.2.27 is released. | |
6004 | |
6005 2000-01-17 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6006 | |
6007 * xemacs/regs.texi: Synch with FSF 20.5. | |
6008 | |
6009 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6010 | |
6011 * info.texi: Change cross reference from emacs to xemacs. | |
6012 | |
6013 2000-01-14 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6014 | |
6015 * xemacs/mini.texi: Synch with FSF 20.5. Update. | |
6016 | |
6017 2000-01-16 Martin Buchholz <martin@xemacs.org> | |
6018 | |
6019 * xemacs-faq.texi (Q2.1.15): Fix up @table formatting. | |
6020 | |
6021 2000-01-14 Martin Buchholz <martin@xemacs.org> | |
6022 | |
6023 * xemacs-faq.texi (Q2.1.15): Update dbx/gdb debugging info. | |
6024 | |
6025 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
6026 | |
6027 * xemacs-faq.texi: removed out-of-date XEmacs 19 questions. | |
6028 | |
6029 2000-01-14 Sandra Wambold <wambold@xemacs.org> | |
6030 | |
6031 * xemacs-faq.texi: Updated Macintosh information, | |
6032 updated OS/2 info, changed turn-on-pending-delete answer. | |
6033 | |
6034 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
6035 | |
6036 * xemacs-faq.texi (Q2.1.15): Make debugging info current. | |
6037 | |
6038 2000-01-08 Hrvoje Niksic <hniksic@iskon.hr> | |
6039 | |
6040 * lispref/control.texi (Signaling Errors): Document that `signal' | |
6041 is continuable. | |
6042 (Signaling Errors): Document `cerror', `signal-error', and | |
6043 `check-argument-type'. | |
6044 (Handling Errors): Mention `debug-on-signal'. | |
6045 (Error Symbols): Document `define-error'. | |
6046 (Processing of Errors): Document `display-error' and | |
6047 `error-message-string'. | |
6048 | |
6049 2000-01-05 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6050 | |
6051 * internals/internals.texi: Remove latin-1 char. | |
6052 | |
6053 2000-01-05 Didier Verna <didier@xemacs.org> | |
6054 | |
6055 * xemacs/custom.texi (Key bindings using strings): add missing | |
6056 whitespace. | |
6057 | |
6058 * xemacs/xemacs.texi (Top): | |
6059 * new-users-guide/new-users-guide.texi (Top): add missing `@top' | |
6060 node. | |
6061 | |
6062 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6063 | |
6064 * lispref/minibuf.texi (Reading a Password): New section. | |
6065 | |
6066 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6067 | |
6068 * lispref/minibuf.texi: Remove documentation about | |
6069 minibuffer-local-ns-map, read-no-blanks-input. | |
6070 | |
6071 1999-12-21 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
6072 | |
6073 * lispref/minibuf.texi: Partial Synch with FSF manual. | |
6074 Add description about DEFAULT argument of reading functions. | |
6075 | |
436 | 6076 1999-12-31 Martin Buchholz <martin@xemacs.org> |
6077 | |
6078 * XEmacs 21.2.26 is released. | |
6079 | |
6080 1999-12-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
6081 | |
6082 * internals/internals.texi (garbage_collect_1): Xemacs -> XEmacs | |
6083 | |
434 | 6084 1999-12-24 Martin Buchholz <martin@xemacs.org> |
6085 | |
6086 * XEmacs 21.2.25 is released. | |
6087 | |
6088 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
6089 | |
6090 * lispref/text.texi (Near Point): Document `char-before'. | |
6091 | |
6092 1999-12-20 Adrian Aichner <adrian@xemacs.org> | |
6093 | |
6094 * widget.texi: Fix typos and possessive singular errors. Break | |
6095 long sentences for readability. Remove some redundant commas. | |
6096 | |
6097 1999-12-18 Martin Buchholz <martin@xemacs.org> | |
6098 | |
442 | 6099 * lispref/functions.texi (Mapping Functions): |
434 | 6100 Warn about mapping functions modifying their sequences. |
6101 | |
6102 1999-12-15 Sandra Wambold <wambold@xemacs.org> | |
6103 | |
6104 * xemacs-faq.texi: link to matlab.el added; misc. address changes | |
6105 | |
432 | 6106 1999-12-14 Martin Buchholz <martin@xemacs.org> |
6107 | |
6108 * XEmacs 21.2.24 is released. | |
6109 | |
6110 1999-12-07 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6111 | |
6112 * xemacs/startup.texi (Startup Paths): fix typo: EMACSPACKAGEPATH | |
442 | 6113 instead of PACKAGEPATH |
432 | 6114 From Marcus Harnisch <harnisch@mikrom.de> |
6115 | |
430 | 6116 1999-12-07 Martin Buchholz <martin@xemacs.org> |
6117 | |
6118 * XEmacs 21.2.23 is released. | |
6119 | |
6120 1999-12-06 Sandra Wambold <wambold@pobox.com> | |
6121 | |
6122 * xemacs-faq.texi: Added MS-Windows questions; some other changes | |
6123 | |
6124 1999-11-29 Martin Buchholz <martin@xemacs.org> | |
6125 | |
442 | 6126 * info.texi (Top): |
430 | 6127 Remove @ifnottex, which gives old makeinfos indigestion. |
442 | 6128 * texinfo.texi (Top): |
430 | 6129 Revert to pre-texinfo-4.0 version, plus small changes to make |
6130 texinfo-3.12, texinfo-3.12f, texinfo-4.0, and TeX happy. | |
6131 | |
6132 1999-11-30 Sandra Wambold <wambold@cygnus.com> | |
6133 | |
6134 * xemacs-faq.texi: fixed and commented out bad URL links | |
6135 | |
428 | 6136 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
6137 | |
6138 * XEmacs 21.2.22 is released | |
6139 | |
6140 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
6141 | |
6142 * XEmacs 21.2.21 is released. | |
6143 | |
6144 1999-11-26 Martin Buchholz <martin@xemacs.org> | |
6145 | |
6146 * internals.texi (Lstream Functions): | |
6147 * internals.texi (Lstream Methods): | |
6148 Types have changed to size_t and ssize_t. Document them. | |
6149 | |
6150 1999-08-12 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6151 | |
6152 * xemacs-faq.texi (Q4.4.2): added FAQ about Sun Workshop on | |
6153 XEmacs 21 | |
6154 | |
6155 1999-11-15 Martin Buchholz <martin@xemacs.org> | |
6156 | |
6157 * xemacs/programs.texi: Upgrade to etags Version 13.32 | |
442 | 6158 |
428 | 6159 * Makefile: |
6160 - Make sure the default target is `info' instead of cl.info. | |
6161 - Use $(INFODIR) consistently where appropriate. | |
6162 - Remove makeinfo-1.68 warning. (Usually only maintainer rebuilds info). | |
6163 - Comment out unused macros: EMACS EMACSFLAGS | |
6164 - Replace `-rm -f' with `rm -f', XPG4 guarantees exit code == 0. | |
6165 - Get dependencies up to date. | |
6166 | |
6167 * internals/Makefile: | |
6168 * xemacs/Makefile: | |
6169 * lispref/Makefile: | |
6170 * new-users-guide/Makefile: | |
6171 * lispref/index.perm: | |
6172 * lispref/index.unperm: | |
6173 * lispref/permute-index: | |
6174 * internals/index.perm: | |
6175 * internals/index.unperm: | |
6176 Remove these Makefiles. | |
6177 Include all functionality in man/Makefile. | |
6178 Support only non-permuted indexes for simplicity. | |
6179 | |
6180 * emodules.texi: | |
6181 - TeX doesn't tolerate `_' in variable names; use `-' instead. | |
6182 | |
6183 * lispref/commands.texi: | |
6184 * lispref/display.texi: | |
6185 * lispref/faces.texi: | |
6186 * lispref/functions.texi: | |
6187 * lispref/keymaps.texi: | |
6188 * lispref/lists.texi: | |
6189 * lispref/modes.texi: | |
6190 * lispref/objects.texi: | |
6191 * lispref/os.texi: | |
6192 * lispref/sequences.texi: | |
6193 * lispref/strings.texi: | |
6194 * lispref/text.texi: | |
6195 * new-users-guide/custom1.texi: | |
6196 * xemacs/custom.texi: | |
6197 * xemacs/menus.texi: | |
6198 - Make sources compatible with makeinfo 4.0 *and* 3.12. | |
6199 - Replace @sc{ASCII} with @sc{ascii}, etc... | |
6200 - Replace @var{(foo)} with (@var{foo}), etc... | |
6201 | |
6202 * info-stnd.texi: Remove. Who cares about the standalone info reader? | |
6203 | |
6204 * texinfo.tex: | |
6205 * texinfo.texi: | |
6206 * info.texi: | |
6207 * standards.texi: | |
6208 * make-stds.texi: | |
6209 Import FSF-maintained files from texinfo-4.0. | |
6210 | |
6211 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6212 | |
6213 * XEmacs 21.2.20 is released | |
6214 | |
6215 1999-08-30 Robert Pluim <rpluim@bigfoot.com> | |
6216 | |
6217 * xemacs/packages.texi (Using Packages): Added description of | |
6218 package-get-package-provider. | |
6219 | |
6220 1999-07-27 Charles G Waldman <cgw@fnal.gov> | |
6221 | |
6222 * xemacs-faq.texi (Q5.0.6): Describe `shell-multiple-shells' | |
6223 | |
434 | 6224 1999-08-01 Adrian Aichner <adrian@xemacs.org> |
428 | 6225 |
6226 * xemacs/programs.texi (Balanced Editing): Remove broken | |
6227 line-break. | |
6228 | |
6229 * xemacs-faq.texi (Q1.0.6): Provide correct location in XEmacs | |
6230 menus. | |
6231 (Q1.4.1): ditto. | |
6232 (Q1.4.3): ditto. | |
6233 (Q2.0.5): Hyphenate words. | |
6234 | |
6235 * info.texi (Add): Fix one typo. | |
6236 | |
6237 1999-08-23 Stephane Epardaud <stephane@lunatech.com> | |
6238 | |
6239 * internals/internals.texi (Garbage Collection - Step by Step): | |
6240 just added some dots to shut up compile warnings. | |
6241 | |
6242 1999-08-19 Matthias Neubauer <neubauer@informatik.uni-tuebingen.de> | |
6243 | |
6244 * internals/internals.texi (Garbage Collection - Step by Step): | |
6245 new section in chapter Allocation of Objects in XEmacs Lisp. | |
6246 | |
6247 1999-07-28 Andy Piper <andy@xemacs.org> | |
6248 | |
6249 * internals.texi (Glyphs): add some glyph documentation. | |
6250 | |
6251 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6252 | |
6253 * XEmacs 21.2.19 is released | |
6254 | |
434 | 6255 1999-07-10 Adrian Aichner <adrian@xemacs.org> |
428 | 6256 |
6257 * emodules.texi: Use @set emacs and @value{emacs} instead of | |
6258 @macro (unsupported by texinfo package). Remove stray @code. | |
6259 * custom.texi: Add info extension to @setfilename. | |
6260 * texinfo.texi: Ditto. | |
6261 * widget.texi: Ditto. | |
6262 * packages.texi: Reword a sentence, fixing @item Decide where to | |
6263 install ... | |
6264 | |
442 | 6265 1999-07-19 Didier Verna <didier@xemacs.org> |
428 | 6266 |
6267 * custom.texi (Wishlist): removed the Custom Comments wishlist | |
6268 entry. They are implemented. | |
6269 | |
6270 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6271 | |
6272 * XEmacs 21.2.18 is released | |
6273 | |
6274 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6275 | |
6276 * XEmacs 21.2.17 is released | |
6277 | |
6278 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6279 | |
6280 * XEmacs 21.2.16 is released | |
6281 | |
6282 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6283 | |
6284 * XEmacs 21.2.15 is released | |
6285 | |
6286 1999-05-30 Albert Chin-A-Young <china@thewrittenword.com> | |
6287 | |
6288 * custom.texi, external-widget.texi: Minor | |
6289 fix to get info DIR entry correct. | |
6290 | |
6291 1999-05-22 Vin Shelton <acs@xemacs.org> | |
6292 | |
6293 * xemacs/cmdargs.texi: | |
6294 Document -private. | |
6295 | |
6296 1999-05-16 Mike McEwan <mike@lotusland.demon.co.uk> | |
6297 | |
6298 * Makefile: Added `emodules.info' to info targets. | |
6299 | |
6300 1999-05-20 Karl M. Hegbloom <karlheg@debian.org> | |
6301 | |
6302 * internals/internals.texi (The XEmacs Object System | |
6303 (Abstractly Speaking)): typo. | |
6304 | |
6305 1999-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
6306 | |
6307 * lispref/text.texi (Substitution): Document improvements in | |
6308 `translate-region'. | |
6309 | |
6310 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6311 | |
6312 * XEmacs 21.2.14 is released | |
6313 | |
6314 1999-05-11 Albert Chin-A-Young <china@thewrittenword.com> | |
6315 | |
6316 * man/internals/internals.texi: | |
6317 * man/lispref/lispref.texi: | |
6318 * man/new-users-guide/new-users-guide.texi: | |
6319 * man/xemacs/xemacs.texi: | |
6320 * man/cl.texi: | |
6321 * man/custom.texi: | |
6322 * man/term.texi: | |
6323 * man/termcap.texi: | |
6324 * man/widget.texi: | |
6325 * man/xemacs-faq.texi: | |
6326 * man/external-widget.texi: | |
6327 Added info dir entries so install-info will add them to | |
6328 the common `dir' file. | |
6329 | |
2069 | 6330 1999-04-28 Stephen J. Turnbull <stephen@xemacs.org> |
428 | 6331 |
6332 * man/lispref/mule.texi: Document CCL | |
6333 - add sections: syntax, statements, expressions, and examples. | |
6334 - fix naming and description errors. | |
6335 - update links in neighboring nodes. | |
6336 | |
6337 1999-04-24 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6338 | |
6339 * lispref/eval.texi (Eval): default for max-lisp-eval-depth is 500. | |
6340 | |
6341 1999-04-23 Gunnar Evermann <ge204@eng.cam.ac.uk> | |
6342 | |
6343 * xemacs-faq.texi (Q3.0.7): refer to correct menu (Option->Frame | |
6344 Appearance) | |
6345 | |
6346 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6347 | |
6348 * XEmacs 21.2.13 is released | |
6349 | |
6350 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6351 | |
6352 * XEmacs 21.2.12 is released | |
6353 | |
6354 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6355 | |
6356 * XEmacs 21.2.11 is released | |
6357 | |
6358 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6359 | |
6360 * XEmacs 21.2.10 is released | |
6361 | |
6362 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6363 | |
6364 * XEmacs 21.2.9 is released | |
6365 | |
434 | 6366 1999-01-14 Adrian Aichner <adrian@xemacs.org> |
428 | 6367 |
6368 * internals\internals.texi (Techniques for XEmacs Developers): | |
6369 Fixing documentation. | |
6370 (Basic Lisp Modules): ditto. | |
6371 | |
6372 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
6373 | |
6374 * emodules.texi: New file to describe XEmacs modules. | |
6375 | |
6376 1998-12-28 Martin Buchholz <martin@xemacs.org> | |
6377 | |
6378 * XEmacs 21.2.8 is released. | |
6379 | |
6380 1998-12-24 Martin Buchholz <martin@xemacs.org> | |
6381 | |
6382 * XEmacs 21.2.7 is released. | |
6383 | |
6384 1998-12-16 Andy Piper <andy@xemacs.org> | |
6385 | |
6386 * XEmacs 21.2.6 is released | |
6387 | |
6388 1998-12-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
6389 | |
6390 * XEmacs 21.2.5 is released | |
6391 | |
6392 1998-11-30 Martin Buchholz <martin@xemacs.org> | |
6393 | |
6394 * xemacs/startup.texi (Startup Paths): | |
6395 * xemacs/custom.texi (Widgets): | |
6396 * xemacs-faq.texi (Q3.0.5): | |
6397 * xemacs-faq.texi (Top): | |
6398 | |
6399 * widget.texi (info-link): | |
6400 | |
6401 * lispref/objects.texi (Type Predicates): | |
6402 * lispref/objects.texi (Hash Table Type): | |
6403 * lispref/objects.texi (Primitive Types): | |
6404 * lispref/objects.texi (Lisp Data Types): | |
6405 * lispref/macros.texi (Backquote): | |
6406 * lispref/hash-tables.texi (Weak Hash Tables): | |
6407 * lispref/hash-tables.texi: | |
6408 * lispref/errors.texi (Standard Errors): | |
6409 * lispref/compile.texi (Disassembly): | |
6410 * lispref/compile.texi (Compiled-Function Objects): | |
6411 * lispref/compile.texi (Eval During Compile): | |
6412 * lispref/compile.texi (Docs and Compilation): | |
6413 * lispref/compile.texi (Compilation Functions): | |
6414 * lispref/compile.texi (Speed of Byte-Code): | |
6415 * lispref/compile.texi (Byte Compilation): | |
6416 * lispref/building.texi (Garbage Collection): | |
6417 | |
6418 * internals/internals.texi (Simple Special Forms): | |
6419 * internals/internals.texi (Evaluation; Stack Frames; Bindings): | |
6420 * internals/internals.texi (Specifics of the Event Gathering Mechanism): | |
6421 * internals/internals.texi (String): | |
6422 * internals/internals.texi (Introduction to Allocation): | |
6423 * internals/internals.texi (Allocation of Objects in XEmacs Lisp): | |
6424 * internals/internals.texi (Modules for Internationalization): | |
6425 * internals/internals.texi (Modules for Interfacing with X Windows): | |
6426 * internals/internals.texi (Modules for Interfacing with the Operating System): | |
6427 * internals/internals.texi (Modules for Other Aspects of the Lisp Interpreter and Object System): | |
6428 * internals/internals.texi (Modules for Interfacing with the File System): | |
6429 * internals/internals.texi (Modules for the Redisplay Mechanism): | |
6430 * internals/internals.texi (Modules for the Basic Displayable Lisp Objects): | |
6431 * internals/internals.texi (Editor-Level Control Flow Modules): | |
6432 * internals/internals.texi (Modules for Standard Editing Operations): | |
6433 * internals/internals.texi (Basic Lisp Modules): | |
6434 * internals/internals.texi (Low-Level Modules): | |
6435 * internals/internals.texi (A Summary of the Various XEmacs Modules): | |
6436 * internals/internals.texi (An Example of Mule-Aware Code): | |
6437 * internals/internals.texi (Working With Character and Byte Positions): | |
6438 * internals/internals.texi (Writing Lisp Primitives): | |
6439 * internals/internals.texi (General Coding Rules): | |
6440 * internals/internals.texi (How Lisp Objects Are Represented in C): | |
6441 * internals/internals.texi (The XEmacs Object System (Abstractly Speaking)): | |
6442 * internals/internals.texi (XEmacs From the Perspective of Building): | |
6443 * internals/internals.texi (The Lisp Language): | |
6444 * internals/internals.texi (Top): | |
6445 * internals/internals.texi: | |
6446 - rewrite Internals manual | |
6447 | |
6448 * cl.texi (Porting Common Lisp): | |
6449 * cl.texi (Hash Tables): | |
6450 * cl.texi (Association Lists): | |
6451 * cl.texi (Declarations): | |
6452 * cl.texi (For Clauses): | |
6453 * cl.texi (Basic Setf): | |
6454 * cl.texi (Equality Predicates): | |
6455 - mega patch | |
6456 | |
6457 1998-11-28 SL Baur <steve@altair.xemacs.org> | |
6458 | |
6459 * XEmacs 21.2-beta4 is released. | |
6460 | |
6461 1998-10-15 SL Baur <steve@altair.xemacs.org> | |
6462 | |
6463 * XEmacs 21.2-beta3 is released. | |
6464 | |
6465 1998-10-09 SL Baur <steve@altair.xemacs.org> | |
6466 | |
6467 * Makefile (MAKEINFO): Undo no-split change. | |
6468 | |
6469 1998-09-29 SL Baur <steve@altair.xemacs.org> | |
6470 | |
6471 * XEmacs 21.2-beta2 is released. | |
6472 | |
6473 1998-09-20 Hrvoje Niksic <hniksic@srce.hr> | |
6474 | |
6475 * lispref/customize.texi: New file. | |
6476 | |
6477 1998-09-09 Hrvoje Niksic <hniksic@srce.hr> | |
6478 | |
6479 * internals/internals.texi (Coding for Mule): New node and | |
6480 section. | |
6481 | |
6482 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
6483 | |
6484 * xemacs/packages.texi: Document manually installing binary packages. | |
6485 | |
6486 1998-09-02 Jeff Miller <jmiller@smart.net> | |
6487 | |
6488 * Synch calendar.texi with Emacs 20.3 | |
6489 | |
6490 1998-09-03 Darryl Okahata <darrylo@sr.hp.com> | |
6491 | |
6492 * xemacs/packages.texi: Correct and update package documentation. | |
6493 Updated the package installation section to mention the visual | |
6494 package browser/installer. | |
6495 | |
6496 1998-08-31 Hrvoje Niksic <hniksic@srce.hr> | |
6497 | |
6498 * lispref/buffers.texi (Indirect Buffers): Update with XEmacs | |
6499 specifics. | |
6500 | |
6501 1998-08-21 Greg Klanderman <greg@alphatech.com> | |
6502 | |
6503 * lispref/files.texi (User Name Completion): new section. | |
6504 | |
434 | 6505 1998-07-23 Adrian Aichner <adrian@xemacs.org> |
428 | 6506 |
6507 * xemacs/packages.texi (Packages): Changing @itemize @emph to | |
6508 @itemize @bullet (this is what all other files included in | |
6509 xemacs.texi use) to fix error in texi2dvi (GNU Texinfo 3.12) 0.8. | |
6510 | |
6511 1998-07-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
6512 | |
6513 * xemacs/startup.texi: Small fixes, suggested by Hrvoje. | |
6514 | |
6515 * xemacs/xemacs.texi: | |
6516 * xemacs/packages.texi: More packages documentation. | |
6517 | |
6518 1998-07-19 SL Baur <steve@altair.xemacs.org> | |
6519 | |
6520 * XEmacs 21.2-beta1 is released. | |
6521 | |
6522 1998-07-12 SL Baur <steve@altair.xemacs.org> | |
6523 | |
6524 * XEmacs 21.0-pre5 is released. | |
6525 | |
6526 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
6527 | |
6528 * XEmacs 21.0-pre4 is released. | |
6529 | |
6530 1998-07-09 Oliver Graf <ograf@fga.de> | |
6531 | |
6532 * lispref/dragndrop.texi: added warning to OffiX Protocol section | |
6533 | |
6534 1998-07-09 SL Baur <steve@altair.xemacs.org> | |
6535 | |
6536 * lispref/ldap.texi (Syntax of Search Filters): Fix QP encoding | |
6537 damage in transit. | |
6538 | |
6539 1998-07-05 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
6540 | |
6541 * lispref/tooltalk.texi: Fixed NEXT to @node LDAP | |
6542 | |
6543 * lispref/internationalization.texi: Fixed PREV to @node LDAP | |
6544 | |
6545 * lispref/lispref.texi: Added LDAP chapter from ldap.texi | |
6546 | |
6547 * lispref/Makefile: Added ldap.texi to srcs | |
6548 | |
6549 1998-06-29 SL Baur <steve@altair.xemacs.org> | |
6550 | |
6551 * standards.texi (Preface): Revert previous change to @node | |
6552 because it doesn't pass makeinfo. | |
6553 | |
434 | 6554 1998-06-27 Adrian Aichner <adrian@xemacs.org> |
428 | 6555 |
6556 * cl.texi: See ALL. | |
6557 * info-stnd.texi: Fixed @setfilename. | |
6558 * info.texi: Fixed @setfilename and a typo. | |
6559 * standards.texi: Added NEXT to @node Preface. See ALL. | |
6560 * texinfo.texi: Fixed section names, quoted usage of @TeX{}, | |
442 | 6561 changed some occurrences of `:' to `colon'. |
428 | 6562 * xemacs-faq.texi: See ALL. |
6563 * internals/internals.texi: See ALL. | |
6564 * lispref/back.texi: Fixed @setfilename. | |
6565 * lispref/compile.texi: See ALL. | |
6566 * lispref/debugging.texi: See ALL. | |
6567 * lispref/edebug-inc.texi: Added NEXT and UP to @node Edebug. | |
6568 * lispref/eval.texi: See ALL. | |
6569 * lispref/extents.texi: See ALL. | |
6570 * lispref/loading.texi: See ALL. | |
6571 * lispref/searching.texi: Escaped `(' in | |
6572 @cindex @samp{(?:} in regex | |
6573 * lispref/variables.texi: See ALL. | |
6574 | |
6575 1998-06-28 SL Baur <steve@altair.xemacs.org> | |
6576 | |
6577 * xemacs/calendar.texi: Massive update. | |
6578 From Jeff Miller <jmiller@smart.net> | |
6579 | |
6580 1998-06-20 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
6581 | |
6582 * xemacs/abbrevs.texi: | |
6583 * xemacs/basic.texi: | |
6584 * xemacs/buildings.texi: | |
6585 * xemacs/cmdargs.texi: | |
6586 * xemacs/files.texi: | |
6587 * xemacs/adjustments.texi: Adjustments to integrate startup.texi | |
6588 and packages.texi stuff. | |
6589 | |
6590 * xemacs/startup.texi: | |
6591 * xemacs/packages.texi: Created. | |
6592 | |
434 | 6593 1998-06-10 Adrian Aichner <adrian@xemacs.org> |
428 | 6594 |
6595 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
6596 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
6597 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
6598 happy. Fixed refs broken by a previous patch of mine. | |
6599 | |
6600 1998-06-18 Darryl Okahata <darrylo@sr.hp.com> | |
6601 | |
6602 * lispref/os.texi (os.texi): Document `user-home-directory'. | |
6603 | |
6604 1998-06-13 Greg Klanderman <greg@alphatech.com> | |
6605 | |
6606 * lispref/windows.texi (Resizing Windows): document third optional | |
6607 WINDOW argument to enlarge-window and shrink-window. | |
6608 (Selecting Windows): document select-window optional norecord | |
6609 argument. | |
6610 (Size of Window): document window-text-area-pixel-height and | |
6611 window-text-area-pixel-width. | |
6612 (Size of Window): document window-displayed-text-pixel-height. | |
6613 (Position of Window): document window-text-area-pixel-edges. | |
6614 | |
6615 * lispref/positions.texi (Screen Lines): cleanup docs for | |
6616 vertical-motion and vertical-motion-pixels. | |
6617 | |
6618 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6619 | |
6620 * lispref/windows.texi (Resizing Windows): Document | |
6621 `enlarge-window-pixels' and `shrink-window-pixels'. | |
6622 | |
6623 * lispref/positions.texi (Screen Lines): Update documentation of | |
6624 `vertical-motion'. | |
6625 (Screen Lines): Document `vertical-motion-pixels'. | |
6626 | |
6627 * lispref/frames.texi (Input Focus): Document `focus-frame', | |
6628 `save-selected-frame' and `with-selected-frame'. | |
6629 | |
6630 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6631 | |
6632 * lispref/searching.texi (Regexp Search): Document `split-path'. | |
6633 | |
6634 * lispref/files.texi (Unique File Names): Update docs for | |
6635 `make-temp-name'; document `temp-directory'. | |
6636 | |
6637 1998-06-10 Hrvoje Niksic <hniksic@srce.hr> | |
6638 | |
6639 * lispref/os.texi (Recording Input): Update docs for `recent-keys'. | |
6640 | |
6641 * lispref/specifiers.texi (Specifier Instancing): Correct | |
6642 instantiation order. | |
6643 (Specifier Instancing Functions): Ditto. | |
6644 | |
6645 1998-06-11 Oliver Graf <ograf@fga.de> | |
6646 | |
6647 * lispref/lispref.texi: references to Drag'n'Drop fixed | |
6648 * lispref/modes.texi: references to Drag'n'Drop fixed | |
6649 * lispref/scrollbars.texi: references to Drag'n'Drop fixed | |
6650 * lispref/dragndrop.texi: naming changed to Drag and Drop | |
6651 added some docu about the drop procedure | |
6652 | |
434 | 6653 1998-06-09 Adrian Aichner <adrian@xemacs.org> |
428 | 6654 |
6655 * info-stnd.texi: added ../info/ to @setfilename. | |
6656 * info.texi: added ../info/ to @setfilename. | |
6657 * lispref/commands.texi: see ALL. | |
6658 * lispref/frames.texi: see ALL. | |
6659 * lispref/os.texi: see ALL. | |
6660 * lispref/text.texi: see ALL. | |
6661 * new-users-guide/custom1.texi: broke line after enumerated @item. | |
6662 * new-users-guide/custom2.texi: see ALL. | |
6663 * new-users-guide/edit.texi: see ALL. | |
6664 * new-users-guide/enter.texi: see ALL. | |
6665 * new-users-guide/files.texi: see ALL. | |
6666 * new-users-guide/help.texi | |
6667 * new-users-guide/modes.texi: see ALL. | |
6668 * new-users-guide/new-users-guide.texi: see ALL. | |
6669 * new-users-guide/region.texi: see ALL. | |
6670 * new-users-guide/search.texi: see ALL. | |
6671 * new-users-guide/xmenu.texi: see ALL. | |
6672 * standards.texi: added ../info/ to @setfilename. | |
6673 * texinfo.texi: added ../info/ to @setfilename, broke line after | |
6674 @noindent. Changed @var{arg-not-used-by-@TeX{}} to | |
6675 @var{arg-not-used-by-@@TeX{}} to make `texinfo-format-buffer' | |
6676 happy. | |
6677 * xemacs-faq.texi: added ../info/ to @setfilename. | |
6678 * ALL: corrected INFO-FILE-NAME to lispref and xemacs in relevant | |
6679 p?xefs (most were empty, some elisp and emacs), used | |
6680 PRINTED-MANUAL-TITLE "XEmacs Lisp Reference Manual" and "XEmacs | |
6681 User's Manual" respectively for all these. | |
6682 | |
6683 1998-06-01 Oliver Graf <ograf@fga.de> | |
6684 | |
6685 * lispref/dragndrop.texi: added experimental | |
6686 | |
6687 1998-05-28 Oliver Graf <ograf@fga.de> | |
6688 | |
6689 * lispref/dragndrop.texi: a warning, and a bit more text this time | |
6690 | |
6691 1998-05-26 Oliver Graf <ograf@fga.de> | |
6692 | |
6693 * lispref/dragndrop.texi: only small changes | |
6694 | |
933 | 6695 1998-05-15 Christian Nybø <chr@mediascience.no> |
428 | 6696 |
6697 * xemacs/killing.texi: Properly document `zap-to-char'. | |
6698 | |
6699 1998-05-13 Greg Klanderman <greg@alphatech.com> | |
6700 | |
6701 * lispref/frames.texi (Input Focus): cleanup select-frame | |
6702 documentation. | |
6703 | |
6704 1998-05-10 Oliver Graf <ograf@fga.de> | |
6705 | |
6706 * lispref/dragndrop.texi: new section for the DnD API | |
6707 * lispref/lispref.texi: added Drag'n'Drop between scrollbars and | |
6708 modes | |
6709 * lispref/modes.texi: changed back-ref to Drag'n'Drop | |
6710 * lispref/scrollbars.texi: changed next-ref to Drag'n'Drop | |
6711 | |
6712 1998-05-05 Oliver Graf <ograf@fga.de> | |
6713 | |
6714 * commands.texi: exchange of dnd-drop with misc-user | |
6715 | |
6716 1998-05-04 Martin Buchholz <martin@xemacs.org> | |
6717 | |
6718 * internals.texi (Techniques for XEmacs Developers): Add some more | |
6719 comments on adding new files, inspired by Olivier Galibert. | |
6720 | |
6721 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6722 | |
6723 * lispref/windows.texi (Vertical Scrolling): Fixup docstring for | |
6724 scroll-conservatively. | |
6725 | |
6726 * lispref/loading.texi (Named Features): Document advanced args to | |
6727 `feature'. | |
6728 | |
6729 * lispref/files.texi (File Name Expansion): Document that | |
6730 expand-file-name does not treat // and ~/ in the middle of file | |
6731 names specially. | |
6732 | |
6733 * lispref/positions.texi (Excursions): Document | |
6734 `with-current-buffer' and `with-temp-file'. | |
6735 | |
6736 * lispref/strings.texi (Formatting Strings): Document `%*' | |
6737 construct. | |
6738 | |
6739 * lispref/os.texi (Time Conversion): Document that TIME may be | |
6740 omitted from format-time-string. | |
6741 | |
6742 * lispref/strings.texi (String Conversion): Document BASE argument | |
6743 to `string-to-number'. | |
6744 | |
6745 * lispref/searching.texi (Syntax of Regexps): Fix up Perl | |
6746 constructs documentation. | |
6747 (Regexp Search): Document `split-string'. | |
6748 | |
6749 * xemacs/display.texi (Scrolling): Document scroll-conservatively. | |
6750 | |
6751 * xemacs/killing.texi (Active Regions): Document that errors no | |
6752 longer highlight the region. | |
6753 | |
6754 * lispref/display.texi (The Echo Area): Document message log | |
6755 stuff, including `display-message', `lmessage', `clear-message', | |
6756 (Warnings): Document warning stuff. | |
6757 | |
6758 * lispref/commands.texi (Working With Events): Update `make-event' | |
6759 for misc-user events. | |
6760 (Using Interactive): Document `function-interactive'. | |
6761 | |
6762 * lispref/os.texi (System Environment): Document USE-FLOATS | |
6763 argument to `load-average'. | |
6764 (User Identification): Document the new semantics of | |
6765 `user-full-name'. | |
6766 | |
6767 * lispref/strings.texi (Creating Strings): Document `string' | |
6768 function. | |
6769 | |
6770 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
6771 | |
6772 * lispref/numbers.texi (Comparison of Numbers): Document multi-arg | |
6773 comparison functions. | |
6774 | |
6775 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
6776 | |
6777 * lispref/frames.texi (Input Focus): Document behavior of | |
6778 select-frame wrt focus-follows-mouse. | |
6779 | |
6780 1998-04-30 Martin Buchholz <martin@xemacs.org> | |
6781 | |
6782 * Makefile: Support generic makes by avoiding `%' syntax. | |
6783 It breaks my heart to uglify the Makefile like this, but this is | |
6784 going to be a perpetual FAQ otherwise. | |
6785 General cleanup. | |
6786 Comment out w3 and vm info rules. | |
6787 Use paranoid cd ./$@ syntax to avoid losing with luser's CDPATH. | |
6788 | |
2069 | 6789 1998-03-27 Stephen Turnbull <stephen@xemacs.org> |
428 | 6790 |
6791 * xemacs/frame.texi: Document cursor appearance at end of line. | |
6792 | |
6793 1998-03-14 Hrvoje Niksic <hniksic@srce.hr> | |
6794 | |
6795 * internals/internals.texi (GCPROing): Explain when it is | |
6796 necessary to GCPRO function parameters. | |
6797 | |
6798 1998-03-13 Hrvoje Niksic <hniksic@srce.hr> | |
6799 | |
6800 * internals/internals.texi (Writing Lisp Primitives): Updated | |
6801 definition of For(). | |
6802 | |
6803 1998-03-01 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6804 | |
6805 * lispref/menus.texi: Use recommended forms in examples. | |
6806 | |
6807 1998-02-22 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6808 | |
6809 * cl.texi (Creating Symbols): Tell a little bit about the new | |
6810 handling of gensyms. | |
6811 | |
6812 1998-02-21 Greg Klanderman <greg@alphatech.com> | |
6813 | |
6814 * xemacs/custom.texi (X Resources): update to describe automatic | |
6815 setting of x-emacs-application-class. | |
6816 | |
6817 * lispref/x-windows.texi (Resources): update doc for | |
6818 x-emacs-application-class. | |
6819 | |
6820 1998-02-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6821 | |
6822 * cl.texi (Equality Predicates): Update to reflect change to | |
6823 `equalp' made in "cl-extra.el" - now compares characters case | |
6824 insensitively. | |
6825 | |
6826 1998-02-23 Aki Vehtari <Aki.Vehtari@hut.fi> | |
6827 | |
6828 * lispref/menus.texi (Menu Format): Doc fix: suffix can be form. | |
6829 | |
6830 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6831 | |
6832 * lispref/display.texi (Beeping): Linux has sound too. | |
6833 | |
6834 1998-02-19 Hrvoje Niksic <hniksic@srce.hr> | |
6835 | |
6836 * cl.texi (Argument Lists): Keywords are handled specially by | |
6837 XEmacs. | |
6838 (Porting Common Lisp): XEmacs backquotes are OK. | |
6839 | |
6840 1998-02-19 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6841 | |
6842 * xemacs/custom.texi (Init Syntax): document #b, #o, and #x reader | |
6843 syntax for integers. | |
434 | 6844 From Adrian Aichner <adrian@xemacs.org> |
428 | 6845 * cl.texi (Porting Common Lisp): ' ' |
6846 * lispref/numbers.texi (Numbers): ' ' | |
6847 | |
6848 1998-02-15 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
6849 | |
6850 * lispref/searching.texi (Regular Expressions): Document the | |
6851 recent regular expression syntax extensions. | |
6852 | |
6853 1998-02-10 Olivier Galibert <galibert@pobox.com> | |
6854 | |
6855 * internals/internals.texi: Remove all mocklisp references. | |
6856 | |
6857 1997-12-17 SL Baur <steve@altair.xemacs.org> | |
6858 | |
6859 * Makefile (SUBDIR): skk and gnats are packaged. | |
6860 | |
6861 * lispref/intro.texi (Acknowledgements): Update to v3.3. | |
6862 | |
6863 * lispref/lispref.texi: Update to 20.5/v3.3. | |
6864 | |
6865 1997-12-10 SL Baur <steve@altair.xemacs.org> | |
6866 | |
6867 * Makefile: Don't stop on errors. | |
6868 | |
6869 1997-12-06 SL Baur <steve@altair.xemacs.org> | |
6870 | |
6871 * Makefile: add skk manual. | |
6872 | |
6873 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
6874 | |
6875 * internals/internals.texi (XEmacs): Updated history section. | |
6876 | |
6877 1997-11-28 SL Baur <steve@altair.xemacs.org> | |
6878 | |
6879 * lispref/compile.texi (Compilation Functions): Plug in the real | |
6880 return value. | |
6881 (Speed of Byte-Code): Ditto. | |
6882 (Compilation Functions): Ditto. | |
6883 (Compiled-Function Objects): Ditto. | |
6884 (Speed of Byte-Code): Increase loop counter by factor of 50 (the | |
6885 previous value was embarrassing). | |
6886 | |
6887 1997-11-21 SL Baur <steve@altair.xemacs.org> | |
6888 | |
6889 * Makefile (srcs): vhdl-mode has been packaged. | |
6890 | |
6891 1997-11-15 SL Baur <steve@altair.xemacs.org> | |
6892 | |
6893 * lispref/windows.texi (scroll-conservatively): Fix typo. | |
6894 | |
6895 1997-11-12 Hrvoje Niksic <hniksic@srce.hr> | |
6896 | |
6897 * lispref/commands.texi (Working With Events): Document fully. | |
6898 | |
6899 * lispref/windows.texi (Vertical Scrolling): Document | |
6900 scroll-conservatively. | |
6901 | |
6902 1997-11-09 Hrvoje Niksic <hniksic@srce.hr> | |
6903 | |
6904 * lispref/extents.texi (Intro to Extents): Minor correction. | |
6905 (Extent Properties): Document `extent-keymap'. | |
6906 | |
6907 1997-11-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6908 | |
6909 * xemacs/mule.texi (Mule): Modify description about supported | |
6910 scripts. | |
6911 | |
6912 1997-11-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
6913 | |
6914 * xemacs/mule.texi: Add description for | |
6915 `universal-coding-system-argument'. | |
6916 | |
6917 1997-10-31 SL Baur <steve@altair.xemacs.org> | |
6918 | |
6919 * internals/internals.texi: XEmacs 19.16 is released. | |
6920 | |
6921 1997-10-30 SL Baur <steve@altair.xemacs.org> | |
6922 | |
6923 * Makefile (srcs): Mailcrypt, hm--html-menus, vm, psgml and tm have | |
6924 been packaged. | |
6925 | |
6926 1997-10-22 Hrvoje Niksic <hniksic@srce.hr> | |
6927 | |
6928 * xemacs-faq.texi: Added the detailed menu listing. | |
6929 | |
6930 * lispref/extents.texi (Extent Properties): Documented | |
6931 `set-extent-properties'. | |
6932 | |
6933 * xemacs/custom.texi (Face Customization): Updated for XEmacs. | |
6934 | |
6935 1997-10-07 SL Baur <steve@altair.xemacs.org> | |
6936 | |
6937 * xemacs-faq.texi (Q1.3.7): Update Russion URLs. | |
6938 From Rebecca Ore <rebecca.ore@op.net> | |
6939 | |
6940 * lispref/databases.texi (Connecting to a Database): Describe | |
6941 valid types of `type' and `subtype'. | |
6942 From Raymond Toy <toy@rtp.ericsson.se> | |
6943 | |
6944 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6945 | |
6946 * lispref/commands.texi (Keyboard Macros): fixed typo. Changed | |
6947 reference to (emacs) into a reference to (xemacs). | |
6948 | |
6949 1997-10-01 Karl M. Hegbloom <karlheg@inetarena.com> | |
6950 | |
6951 * lispref/keymaps.texi (Keymaps): untabified and reformatted menu | |
6952 to prevent line wrap. | |
6953 | |
6954 1997-09-27 SL Baur <steve@altair.xemacs.org> | |
6955 | |
6956 * gnats/flowchart.eps: New file. | |
6957 | |
6958 1997-09-23 Hrvoje Niksic <hniksic@srce.hr> | |
6959 | |
6960 * xemacs/custom.texi (Easy Customization): Ditto. | |
6961 | |
6962 * xemacs/xemacs.texi (Top): Added pointer to easy customization. | |
6963 | |
6964 1997-09-18 SL Baur <steve@altair.xemacs.org> | |
6965 | |
6966 * internals/Makefile (../../info/$(NAME).info): Warn and clean up | |
6967 if someone hasn't upgraded makeinfo. | |
6968 | |
6969 * Makefile (EMACS): Refer to xemacs binary in source tree. | |
6970 * tm/Makefile (EMACS): Ditto. | |
6971 | |
6972 1997-08-15 Karl M. Hegbloom <karlheg@inetarena.com> | |
6973 | |
6974 * cl.texi (Type Predicates): Update for corrected handling of | |
6975 `string-char' and `character'. | |
6976 | |
6977 Tue Aug 5 21:56:02 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6978 | |
6979 * cc-mode.texi: | |
6980 In FAQ section, document use of c-mode-base-map instead of c-mode-map. | |
6981 | |
6982 Fri Aug 1 22:44:49 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6983 | |
6984 * cc-mode.texi: Removed the description of c-enable-//-in-c-mode. | |
6985 | |
6986 Wed Jul 30 00:01:45 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
6987 | |
6988 * cc-mode.texi: | |
6989 Added description of template-args-cont syntactic symbol | |
6990 | |
6991 1997-07-25 Barry A. Warsaw <cc-mode-help@python.org> | |
6992 | |
6993 * cc-mode.texi: Describe support for idl-mode | |
6994 | |
6995 * cc-mode.texi: | |
6996 Document c-initialization-hook. Also rewrite the "Getting Connected" | |
6997 section on byte compiling the source. | |
6998 | |
6999 1997-07-21 Karl M. Hegbloom <karlheg@inetarena.com> | |
7000 | |
7001 * lispref/streams.texi: "Output Streams", change `last-output' | |
7002 result list from integers to characters. | |
7003 | |
7004 * lispref/minibuf.texi: "Object from Minibuffer", correction. | |
7005 | |
7006 * lispref/minibuf.texi: "Minibuffer History", add | |
7007 `Info-minibuffer-history', `Manual-page-minibuffer-history', and | |
7008 short paragraph refering to `M-x apropos'. | |
7009 | |
7010 1997-07-17 Steven L Baur <steve@altair.xemacs.org> | |
7011 | |
7012 * Makefile: makeinfo-1.68 is verified to work. | |
7013 | |
7014 * tm/Makefile (../../info/%-ja.info): Die if not running | |
7015 XEmacs/Mule. | |
7016 (../../info/%-en.info): Inherit setting of MAKEINFO. | |
7017 | |
7018 Tue Jul 15 04:18:38 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
7019 | |
7020 * cc-mode.texi: | |
7021 Describe the variable c-indent-comments-syntactically-p. | |
7022 | |
7023 1997-07-15 Steven L Baur <steve@altair.xemacs.org> | |
7024 | |
7025 * internals/internals.texi (Top): Convert Buffer@'s node name to | |
7026 `Buffer's' because the former confuses makeinfo. | |
7027 | |
7028 Thu Jul 3 22:54:03 1997 Barry A. Warsaw <cc-mode-help@python.org> | |
7029 | |
7030 * cc-mode.texi: Fixed spelling of Texinfo | |
7031 | |
7032 Tue May 6 21:33:06 1997 Steven L Baur <steve@altair.xemacs.org> | |
7033 | |
7034 * lispref/files.texi (Writing to Files): Correct docstring of | |
7035 write-region. | |
7036 | |
7037 Sun May 4 14:28:32 1997 Steven L Baur <steve@altair.xemacs.org> | |
7038 | |
7039 * lispref/annotations.texi (Annotation Primitives): | |
7040 `delete-annotation' does not return the deleted annotation. | |
7041 | |
7042 Wed Apr 30 18:13:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
7043 | |
7044 * lispref/lispref.texi: Correct release dates. | |
7045 | |
7046 Sat Apr 19 20:48:00 1997 Steven L Baur <steve@altair.xemacs.org> | |
7047 | |
7048 * lispref/files.texi (File Name Expansion): Update documentation | |
7049 of file-relative-name. | |
7050 | |
7051 Mon Apr 7 21:02:39 1997 Steven L Baur <steve@altair.xemacs.org> | |
7052 | |
7053 * lispref/lispref.texi: Update version numbers (with patches from | |
7054 Hrvoje Niksic). | |
7055 | |
7056 * lispref/building.texi (Building XEmacs): Update version numbers | |
7057 and build identification. | |
7058 | |
7059 * lispref/intro.texi (Introduction): Update version number. | |
7060 | |
7061 Sun Mar 23 15:47:05 1997 Steven L Baur <steve@altair.xemacs.org> | |
7062 | |
7063 * Makefile (srcs): Add efs.texi. | |
7064 | |
7065 Sat Mar 22 16:39:16 1997 Steven L Baur <steve@altair.xemacs.org> | |
7066 | |
7067 * Makefile (srcs): Add hm--html-mode.texi. | |
7068 | |
7069 Sun Mar 16 18:48:14 1997 Steven L Baur <steve@altair.xemacs.org> | |
7070 | |
7071 * gnats/Makefile (gnats_srcs): New manuals for GNATS. | |
7072 | |
7073 Wed Mar 12 14:39:43 1997 Steven L Baur <steve@altair.xemacs.org> | |
7074 | |
7075 * lispref/strings.texi (Text Comparison): Correct example for | |
7076 `char-equal'. Add new function `char='. | |
7077 | |
7078 Thu Mar 6 13:33:54 1997 Steven L Baur <steve@altair.xemacs.org> | |
7079 | |
7080 * Makefile: Update for new texinfo manual. | |
7081 | |
7082 Tue Mar 4 11:37:42 1997 Steven L Baur <steve@altair.xemacs.org> | |
7083 | |
7084 * Makefile (../info/w3.info): Use special version of makeinfo | |
7085 since this manual is not backwards compatible. | |
7086 Clean up error handling so we only have to type make once to | |
7087 rebuild the info tree. | |
7088 (../info/vm.info): Make sure to continue in the event of error. | |
7089 | |
7090 Tue Feb 25 20:17:53 1997 Steven L Baur <steve@altair.xemacs.org> | |
7091 | |
7092 * auctex/Makefile: Added `mostlyclean' and `distclean' target. | |
7093 | |
7094 Wed Feb 19 17:57:27 1997 Steven L Baur <steve@altair.xemacs.org> | |
7095 | |
7096 * Makefile (auctex): New subdirectory target. | |
7097 | |
7098 Wed Feb 12 12:30:27 1997 Yotam Medini <yotam_medini@tmai.com> | |
7099 | |
7100 * mule/languages.texi: Correct typo. | |
7101 | |
7102 Mon Feb 10 08:17:22 1997 Steven L Baur <steve@altair.xemacs.org> | |
7103 | |
7104 * Makefile (srcs): Add custom and widget to srcs. | |
7105 | |
7106 * lispref/extents.texi (Intro to Extents): Removed erroneous | |
7107 reference to `start-glyph' property. | |
7108 | |
7109 Sun Feb 9 00:27:22 1997 Per Abrahamsen <abraham@dina.kvl.dk> | |
7110 | |
7111 * widget.texi: New file. | |
7112 | |
7113 * custom.texi: New file. | |
7114 | |
7115 Thu Feb 6 22:57:09 1997 Steven L Baur <steve@altair.xemacs.org> | |
7116 | |
7117 * lispref/extents.texi (Duplicable Extents): replicable extents | |
7118 are history. | |
7119 | |
7120 Wed Jan 29 19:59:41 1997 Steven L Baur <steve@altair.xemacs.org> | |
7121 | |
7122 * xemacs-faq.texi (Q1.1.1): Correct typos. | |
7123 | |
7124 Mon Jan 27 22:28:48 1997 Bob Weiner <weiner@infodock.com> | |
7125 | |
7126 * xemacs-faq.texi (Q1.0.14): infodock.com has hardcopies of the | |
7127 XEmacs manual available. | |
7128 (Q4.6.1): Updated Infodock Information. | |
7129 | |
7130 Sat Dec 28 11:08:07 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
7131 | |
7132 * vhdl-mode.texi: Correct typo in email address. | |
7133 | |
7134 Mon Dec 23 09:47:24 1996 Martin Buchholz <mrb@Eng.Sun.COM> | |
7135 | |
7136 * Makefile (srcs): Add vhdl-mode. | |
7137 | |
7138 Wed Dec 18 20:21:06 1996 Martin Buchholz <mrb@eng.sun.com> | |
7139 | |
7140 * Makefile (realclean): Don't delete itself `make distclean' | |
7141 | |
7142 * lispref/numbers.texi (Predicates on Numbers): wholenump->natnump. | |
7143 | |
7144 * Makefile: New File. | |
7145 | |
7146 Tue Dec 10 18:35:21 1996 Rod Whitby <rwhitby@asc.sps.mot.com> | |
7147 | |
7148 * vhdl-mode.texi: New file. | |
7149 | |
7150 Thu Jan 24 12:41:33 1991 Richard Stallman (rms at mole.ai.mit.edu) | |
7151 | |
7152 * texinfo.tex: Delete spurious character at beginning. | |
7153 | |
7154 Tue Aug 16 13:09:12 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7155 | |
7156 * emacs.tex: Corrected two typos. No other changes before | |
7157 Version 19 will be made. | |
7158 | |
7159 * vip.texinfo: Removed menu entry Adding Lisp Code in node | |
7160 Customization since the menu entry did not point to anything. | |
7161 Also added an @finalout command to remove overfull hboxes from the | |
7162 printed output. | |
7163 | |
7164 * cl.texinfo: Added @bye, \input line and @settitle to file. | |
7165 This file is clearly intended to be a chapter of some other work, | |
7166 but the other work does not yet exist. | |
7167 | |
7168 Mon Jul 25 17:47:38 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7169 | |
7170 * texinfo.texinfo: Three typos corrected. | |
7171 | |
7172 Mon Jul 11 18:02:29 1988 Chris Hanson (cph at kleph) | |
7173 | |
7174 * texindex.c (indexify): when comparing to initial strings to | |
7175 decide whether to change the header, must use `strncmp' to avoid | |
7176 comparing entire strings of which initials are a substring. | |
7177 | |
7178 Sun Jun 26 18:46:16 1988 Richard Stallman (rms at sugar-bombs.ai.mit.edu) | |
7179 | |
7180 * texindex.c (sort_in_core, sort_offline, parsefile): | |
7181 Give up on input file if any line doesn't start with backslash. | |
7182 | |
7183 Mon May 23 10:41:35 1988 Robert J. Chassell (bob at frosted-flakes.ai.mit.edu) | |
7184 | |
7185 * emacs.tex: Update information for obtaining TeX distribution from the | |
7186 University of Washington. | |
5440
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7187 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7188 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7189 ChangeLog entries synched from GNU Emacs are the property of the FSF. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7190 Other ChangeLog entries are usually the property of the author of the |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7191 change. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7192 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7193 This file is part of XEmacs. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7194 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7195 XEmacs is free software: you can redistribute it and/or modify it |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7196 under the terms of the GNU General Public License as published by the |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7197 Free Software Foundation, either version 3 of the License, or (at your |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7198 option) any later version. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7199 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7200 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7201 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7202 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7203 for more details. |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7204 |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7205 You should have received a copy of the GNU General Public License |
24c67faf4be6
Added property notice and license to ChangeLogs.
Mats Lidell <matsl@xemacs.org>
parents:
5300
diff
changeset
|
7206 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. |